An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# flamego.dev

[![Netlify Status](https://api.netlify.com/api/v1/badges/8c6545f8-a001-4515-b052-63847be97752/deploy-status)](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/).