File: mkdocs.yml

package info (click to toggle)
python-sshsig 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 236 kB
  • sloc: python: 901; sh: 53; makefile: 9
file content (18 lines) | stat: -rw-r--r-- 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
site_name: Python SSHSIG Documentation
theme:
  name: material
  features:
    - content.code.copy
    - navigation.footer
plugins:
  - search
  - mkdocstrings
nav:
  - 'Home': index.md
  - 'Tutorials':
      - 'Check Signature': tutorial/check_signature.md
      - 'Verify Signature': tutorial/verify_signature.md
  - 'How-To Guides':
      - 'Check Git Commit': howto/check_commit.md
  - reference.md
  - related.md