From baee50b5a2dfe3b3b2031facaacc0ae9d3b8aef8 Mon Sep 17 00:00:00 2001 From: Chuong Date: Fri, 23 Oct 2020 23:38:26 +0700 Subject: [PATCH] docs: add link to complete list of categories (#2934) When user read about these anotation +@complete -@polyfill, they wonder where it came from. It is not immediately obvious where to see it without reading the next section. --- docs/tutorials/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorials/plugins.md b/docs/tutorials/plugins.md index b206bcb42..30117e805 100644 --- a/docs/tutorials/plugins.md +++ b/docs/tutorials/plugins.md @@ -108,6 +108,7 @@ python build/build.py +@complete -@polyfill python build/build.py +@complete -@polyfill -@text ``` +To see the complete list of categories, its in [`build/types/`](https://github.com/google/shaka-player/tree/master/build/types) #### Build Configs