File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
Expand file tree Collapse file tree 1 file changed +50
-0
lines changed Original file line number Diff line number Diff line change 1+ site_name : fastCrypter
2+ site_description : Fast, clean fastCrypter Python package
3+ site_url : https://pymmdrza.github.io/fastCrypter/
4+ repo_url : https://github.com/Pymmdrza/fastCrypter
5+ edit_uri : edit/main/docs/
6+
7+ theme :
8+ name : material
9+ language : en
10+ features :
11+ - navigation.instant
12+ - navigation.tracking
13+ - navigation.tabs
14+ - content.code.copy
15+ - content.action.edit
16+ - toc.follow
17+
18+ plugins :
19+ - search
20+ - mkdocstrings :
21+ handlers :
22+ python :
23+ setup_commands :
24+ - import sys, os
25+ - sys.path.insert(0, os.path.abspath('src'))
26+ options :
27+ docstring_style : google
28+ show_source : false
29+ separate_signature : true
30+ members_order : source
31+
32+ markdown_extensions :
33+ - admonition
34+ - pymdownx.details
35+ - pymdownx.highlight
36+ - pymdownx.inlinehilite
37+ - pymdownx.snippets
38+ - pymdownx.superfences
39+ - tables
40+ - toc :
41+ permalink : true
42+
43+ nav :
44+ - Home : index.md
45+ - Guide :
46+ - Quickstart : guide/quickstart.md
47+ - Contributing : guide/contributing.md
48+ - API Reference :
49+ - fastcrypter : api/fastcrypter.md
50+ - Changelog : changelog.md
You can’t perform that action at this time.
0 commit comments