~kris/9p

disco

ref: a36bee635f3b05b5f45570283acfba8bb679f42f disco/DiscordGo/mkdocs.yml -rw-r--r-- 345 bytes
a36bee63 — Sean Hinchee fixing crashes; removed personal messages for later fix; update API compliance 8 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
site_name: DiscordGo
site_author: Bruce Marriner
site_url: http://bwmarrin.github.io/discordgo/
repo_url: https://github.com/bwmarrin/discordgo

dev_addr: 0.0.0.0:8000
theme: yeti

markdown_extensions:
    - smarty
    - toc:
        permalink: True
    - sane_lists

pages:
    - 'Home': 'index.md'
    - 'Getting Started': 'GettingStarted.md'