Files
SilkMoth/mkdocs.yml
Andreas Wilms 306fce9b53 init
Update README.md
2025-09-09 19:45:44 +02:00

46 lines
1.1 KiB
YAML

site_name: SilkMoth Documentation
docs_dir: docu
site_url: https://Andre-devv.github.io/LSDIPro-SilkMoth
nav:
- Home: index.md
- API:
- Engine: pages/silkmoth_engine.md
- Tokenizer: pages/tokenizer.md
- Inverted Index: pages/inverted_index.md
- Signature Generator: pages/signature_generator.md
- Candidate Selector: pages/candidate_selector.md
- Verifier: pages/verifier.md
- Utils: pages/utils.md
- Results: experiments/README.md
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
markdown_extensions:
- pymdownx.arithmatex:
generic: true
plugins:
- search
- mkdocstrings:
handlers:
python:
paths:
- src
options:
extra:
selection:
include:
- "silkmoth.*"
exclude:
- "silkmoth.test.*"
rendering:
show_signature: true
show_source: true
- awesome-pages