exclude files that are not expected to be visible in the doc or not directly (#1806)

it prenvets some pages like developer/ and community/ pages that are not linked
in the nav but we did not decided yet what to do with to appear in the doc
search.

Files like includes for test accounts also don't have any reason to be accessed
directly.
Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
pull/2/head
Nicolas MASSART 5 years ago committed by GitHub
parent c2693b03f8
commit 3df37ead00
  1. 3
      docs/requirements.txt
  2. 5
      mkdocs.yml

@ -5,4 +5,5 @@ Markdown>=3.1
markdown-fenced-code-tabs>=1.0
markdown-include>=0.5
MarkupSafe>=1.1
mkdocs-markdownextradata-plugin==0.0.5
mkdocs-markdownextradata-plugin==0.0.5
mkdocs-exclude==1.0.2

@ -185,3 +185,8 @@ markdown_extensions:
plugins:
- search
- markdownextradata
- exclude:
glob:
- development/*
- community/*
- global/*
Loading…
Cancel
Save