https://github.com/c6o/docs
Documentation for all things Codezero
https://github.com/c6o/docs
codezero documentation docusaurus
Last synced: 11 months ago
JSON representation
Documentation for all things Codezero
- Host: GitHub
- URL: https://github.com/c6o/docs
- Owner: c6o
- License: apache-2.0
- Created: 2019-02-06T17:32:14.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:25:45.000Z (over 1 year ago)
- Last Synced: 2024-10-30T01:50:47.582Z (over 1 year ago)
- Topics: codezero, documentation, docusaurus
- Language: MDX
- Homepage: http://docs.codezero.io/
- Size: 13.9 MB
- Stars: 4
- Watchers: 9
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Codezero Docs
This documentation is published by Codezero Technologies Inc. and covers all aspects of the Codezero system. The documents are open to modification and is the basis for the [https://docs.codezero.io](https://docs.codezero.io) website.
All modifications should be submitted via a pull request and are subject to review prior to publishing.
## Running the Site Locally
This documentation is put together using [Docusaurus](docusaurus.io) and uses `markdown`. You can edit the markdown files in the `docs/` folder using the GitHub markdown editor, and submit a pull request.
If you would like to preview the site or make your changes locally, clone this repo and run the following:
```bash
git clone ...
cd docs
yarn install
yarn start
```
The site will run locally at `http://localhost:3000`
## Legal Stuff
These documents are published as-is and come with no warranty. Codezero Technologies Inc. reserves the right to change these documents at any time.
© Copyright 2021-2025 Codezero Technologies Inc. All Rights Reserved