-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpydoc-markdown.yml
41 lines (41 loc) · 1.07 KB
/
pydoc-markdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
loaders:
- type: python
processors:
- type: filter
documented_only: true
- type: smart
- type: crossref
renderer:
type: hugo
config:
title: Discord Ritoman
theme: {clone_url: "https://github.com/alex-shpak/hugo-book.git"}
baseURL: '..'
# The "book" theme only renders pages in "content/docs" into the nav.
content_directory: content/docs
default_preamble: {menu: main}
pages:
- title: Home
name: index
source: README.md
directory: '..'
- title: API Documentation
contents:
- 'discord_ritoman.api.*'
children:
- title: Utils
contents:
- 'discord_ritoman.utils'
- 'discord_ritoman.utils.*'
- title: Bot Commands
contents:
- 'discord_ritoman.bot'
- 'discord_ritoman.bot.*'
- title: Stats
contents:
- 'discord_ritoman.lol.stats'
- 'discord_ritoman.lol.stats.*'
- title: Rules
contents:
- 'discord_ritoman.lol.rules'
- 'discord_ritoman.lol.rules.*'