Skip to content

taotie111/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Documentation

Documentation for grammY. Contributions are welcome!

The logos/ directory only contains the logos of grammY, all website-related things are in site/. The grammydocsbot/ directory contains the code for @grammYdocsbot.

Building the Website Locally

Setup (once): cd into site/ and run npm install.

You can now run

npm run docs:dev

to view the documentation in your browser.

Checking Correct Formatting of Docs

In addition to the VSCode extension that lints the Markdown, Deno formatting is used to check the formatting of markdown files and the TypeScript and JavaScript code contained in them. You can use the following two commands.

# Checks if all files are fomatted correctly
deno fmt --config deno.json --check

# Automatically formats all files directly
deno fmt --config deno.json

In the site/ directory, you can also run

npm run fmt

to perform the formatting. Note that you still need to have Deno installed.

About

Documentation for grammY.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.9%
  • Other 1.1%