1
0
Fork
You've already forked Codeberg-Teams
0
No description
This repository has been archived on 2024年03月29日. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • TypeScript 77.4%
  • CSS 21.4%
  • JavaScript 1.2%
crapStone 838d0c7ae3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
minor changes ( #7 )
Reviewed-on: #7
Co-authored-by: crapStone <me@crapstone.dev>
Co-committed-by: crapStone <me@crapstone.dev>
2024年03月23日 19:09:17 +00:00
docs minor changes ( #7 ) 2024年03月23日 19:09:17 +00:00
src add teams and projects 2023年11月03日 19:00:05 +01:00
static add teams and projects 2023年11月03日 19:00:05 +01:00
.gitignore initial commit 2023年11月03日 01:24:45 +01:00
.woodpecker.yaml use better filters ( #3 ) 2023年11月05日 13:04:27 +00:00
babel.config.js initial commit 2023年11月03日 01:24:45 +01:00
docusaurus.config.ts deploy via ci 2023年11月03日 19:20:19 +01:00
package.json minor changes ( #7 ) 2024年03月23日 19:09:17 +00:00
README.md update README ( #1 ) 2023年11月03日 22:31:04 +00:00
sidebars.ts initial commit 2023年11月03日 01:24:45 +01:00
tsconfig.json initial commit 2023年11月03日 01:24:45 +01:00
yarn.lock minor changes ( #7 ) 2024年03月23日 19:09:17 +00:00

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.