https://github.com/flamego/flamego.dev
The source code for https://flamego.dev
https://github.com/flamego/flamego.dev
documentation flamego vuepress
Last synced: 4 months ago
JSON representation
The source code for https://flamego.dev
- Host: GitHub
- URL: https://github.com/flamego/flamego.dev
- Owner: flamego
- Created: 2021-05-22T09:06:01.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-11-08T19:18:57.000Z (over 2 years ago)
- Last Synced: 2024-05-19T00:34:06.563Z (about 2 years ago)
- Topics: documentation, flamego, vuepress
- Homepage: https://flamego.dev
- Size: 2.73 MB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flamego.dev
[](https://app.netlify.com/sites/keen-austin-23ca57/deploys)
This repository holds the source code for building https://flamego.dev, it is using [VuePress](https://v2.vuepress.vuejs.org/) as the site generator and deploys to [Netlify](https://www.netlify.com/).
Run following commands to start the local preview instance:
```sh
yarn add -D vuepress@next
yarn add -D @vuepress/plugin-docsearch@next
yarn docs:dev
```
## Contribution guidelines
⚠️ While we appreciate your interests, we are not able to accept documentation contributions other than English (US) and Simplified Chinese ([flamego/flamego.cn](https://github.com/flamego/flamego.cn)). This is because no core team member is able to speak in other languages professionally to be aligned our quality standard of the documentation, which makes future updates to the documentation nearly impossible, and outdated documentation is not desired.
## Getting help
- Please [file an issue](https://github.com/flamego/flamego/issues) or [start a discussion](https://github.com/flamego/flamego/discussions) on the [flamego/flamego](https://github.com/flamego/flamego) repository.
## License
This repository is licensed under a [Creative Commons Attribution-ShareAlike 4.0 International License](http://creativecommons.org/licenses/by-sa/4.0/).