- TypeScript 77.4%
- CSS 21.4%
- JavaScript 1.2%
|
crapStone
838d0c7ae3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Reviewed-on: #7 Co-authored-by: crapStone <me@crapstone.dev> Co-committed-by: crapStone <me@crapstone.dev> |
||
|---|---|---|
| docs | minor changes ( #7 ) | |
| src | add teams and projects | |
| static | add teams and projects | |
| .gitignore | initial commit | |
| .woodpecker.yaml | use better filters ( #3 ) | |
| babel.config.js | initial commit | |
| docusaurus.config.ts | deploy via ci | |
| package.json | minor changes ( #7 ) | |
| README.md | update README ( #1 ) | |
| sidebars.ts | initial commit | |
| tsconfig.json | initial commit | |
| yarn.lock | minor changes ( #7 ) | |
Codeberg Teams and Projects Documentation
This documentation is built using Docusaurus 2.
Contribute to the docs
The actual documentation in written completely in Markdown and resides in the docs folder.
Just add a page or change something on an existing one.
You don't have to test your changes locally, it's Markdown and apart from the layout you can't do much wrong, but if you want to follow the steps below.
Development
If you want to test your changes install NodeJS and the yarn Package manager and follow the steps below.
Install Dependencies
yarn install
Local Development
yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
yarn build
This command generates static content into the build directory and can be served using any static contents hosting service.
Deployment
The website is hosted via Codeberg Pages and gets deployed automatically once your changes are merged into the main branch.