it/docs is the documentation website for the IT-Chapter's systems and knowledge, built on Fumadocs!
If you want to know more, see it/docs/introduction.
Clone the repo and using a node package manager of your choice install the packages:
npm installTo run in dev mode use:
npm run devTo build and see the static site:
npm run build && npm run serveContributions are welcome! If you want to add documentation see Writing Documentation for information on how to contribute.
Code contributions are discussed in the init discord forum post for the docs, if you are not in the server, please contact the init mainframe.
Before contributing code, make sure to run both prettier and eslint:
npm run lint && npm run format:writeIf you are unsure about something, feel free to ask us!