Setup mkdocs
This commit is contained in:
parent
81ff5ae0ab
commit
c72bb7baa1
10 changed files with 186 additions and 115 deletions
|
@ -31,7 +31,7 @@ export async function generateList() {
|
|||
}
|
||||
|
||||
export async function createPage(output) {
|
||||
let template = `# <img src="https://raw.githubusercontent.com/esmBot/esmBot/master/esmbot.png" width="64"> esmBot${process.env.NODE_ENV === "development" ? " Dev" : ""} Command List
|
||||
let template = `# <img src="https://raw.githubusercontent.com/esmBot/esmBot/master/docs/assets/esmbot.png" width="64"> esmBot${process.env.NODE_ENV === "development" ? " Dev" : ""} Command List
|
||||
|
||||
This page was last generated on \`${new Date().toString()}\`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue