We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea6f22 commit cfa2a2bCopy full SHA for cfa2a2b
4 files changed
.nojekyll
admin/docbot
@@ -13,7 +13,7 @@ mkdir build/html
13
cd build/html
14
git init
15
git remote add origin $UPSTREAM
16
-git fetch origin gh-pages
+git fetch
17
git checkout gh-pages
18
git reset --hard origin/gh-pages
19
rm -r *
user_guide_src/source/.nojekyll
user_guide_src/source/general/filters.rst
@@ -177,6 +177,7 @@ a list of URI patterns that filter should apply to::
177
'bar' => ['before' => ['api/*', 'admin/*']]
178
];
179
180
+****************
181
Provided Filters
182
****************
183
0 commit comments