Skip to content

Commit

Permalink
Updated mkdocs versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vlasovskikh committed Nov 3, 2022
1 parent 3f49efd commit 91b97c7
Show file tree
Hide file tree
Showing 3 changed files with 462 additions and 457 deletions.
30 changes: 15 additions & 15 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ repo_name: vlasovskikh/funcparserlib
nav:
- Home: index.md
- Getting Started:
- Getting Started - Intro: getting-started/index.md
- Tokenizing Input: getting-started/tokenizing.md
- Parsing Tokens: getting-started/parsing.md
- Preparing the Parse Tree: getting-started/parse-tree.md
- Tips and Tricks: getting-started/tips-and-tricks.md
# - Examples:
# - Nested Brackets Language: examples/brackets.md
# - S-expressions Language: examples/s-exp.md
# - DOT Language: examples/dot.md
# - JSON Language: examples/json.md
- Getting Started - Intro: getting-started/index.md
- Tokenizing Input: getting-started/tokenizing.md
- Parsing Tokens: getting-started/parsing.md
- Preparing the Parse Tree: getting-started/parse-tree.md
- Tips and Tricks: getting-started/tips-and-tricks.md
# - Examples:
# - Nested Brackets Language: examples/brackets.md
# - S-expressions Language: examples/s-exp.md
# - DOT Language: examples/dot.md
# - JSON Language: examples/json.md
- API Reference:
- API Overview: api/index.md
- Lexer: api/lexer.md
Expand All @@ -22,12 +22,12 @@ nav:
- Changelog: changes.md
theme:
name: material
# icon:
# logo: fontawesome/solid/angle-double-right
# icon:
# logo: fontawesome/solid/angle-double-right
features:
- navigation.expand
- navigation.tabs
# - toc.integrate
# - toc.integrate
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
Expand All @@ -52,8 +52,6 @@ markdown_extensions:
plugins:
- search
- mkdocstrings:
watch:
- funcparserlib
handlers:
python:
rendering:
Expand All @@ -62,3 +60,5 @@ plugins:
show_source: false
selection:
members: false
watch:
- funcparserlib
Loading

0 comments on commit 91b97c7

Please sign in to comment.