Add mkdocs structure
This commit is contained in:
parent
4cac19c3f9
commit
37ede2b51f
3 changed files with 18 additions and 0 deletions
BIN
docs/img/discordgo.png
Normal file
BIN
docs/img/discordgo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 34 KiB |
5
docs/index.md
Normal file
5
docs/index.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
[DiscordGo](img/discordgo.png)
|
||||
|
||||
# Discordgo Documentation
|
||||
|
||||
Placeholder
|
13
mkdocs.yml
Normal file
13
mkdocs.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
site_name: DiscordGo
|
||||
site_description: Documentation for DiscordGo, A Discord API Library for Golang.
|
||||
site_author: Bruce Marriner
|
||||
site_url: http://bwmarrin.github.io/discordgo/
|
||||
repo_url: https://github.com/bwmarrin/discordgo
|
||||
|
||||
extra_javascript: []
|
||||
extra_css: []
|
||||
|
||||
theme: readthedocs
|
||||
|
||||
pages:
|
||||
- ['index.md', 'Home']
|
Loading…
Reference in a new issue