Setup mkdocs

This commit is contained in:
Essem 2022-07-26 13:48:37 -05:00
parent 81ff5ae0ab
commit c72bb7baa1
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
10 changed files with 186 additions and 115 deletions

View file

@ -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()}\`.