https://github.com/cslant/docs
This repository is built for CSlant Docs, using Docusaurus for https://docs.cslant.com
https://github.com/cslant/docs
cslant cslant-docs cslant-documations cslant-github docs documentation docusaurus
Last synced: about 2 months ago
JSON representation
This repository is built for CSlant Docs, using Docusaurus for https://docs.cslant.com
- Host: GitHub
- URL: https://github.com/cslant/docs
- Owner: cslant
- Created: 2023-11-25T19:56:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-08T02:04:13.000Z (2 months ago)
- Last Synced: 2025-04-12T06:58:36.960Z (about 2 months ago)
- Topics: cslant, cslant-docs, cslant-documations, cslant-github, docs, documentation, docusaurus
- Language: TypeScript
- Homepage: https://docs.cslant.com
- Size: 2.05 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSlant Documentation
```text
██████╗███████╗██╗ █████╗ ███╗ ██╗████████╗ ██████╗ ██████╗ ██████╗███████╗
██╔════╝██╔════╝██║ ██╔══██╗████╗ ██║╚══██╔══╝ ██╔══██╗██╔═══██╗██╔════╝██╔════╝
██║ ███████╗██║ ███████║██╔██╗ ██║ ██║ ██║ ██║██║ ██║██║ ███████╗
██║ ╚════██║██║ ██╔══██║██║╚██╗██║ ██║ ██║ ██║██║ ██║██║ ╚════██║
╚██████╗███████║███████╗██║ ██║██║ ╚████║ ██║ ██████╔╝╚██████╔╝╚██████╗███████║
╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝╚══════╝
```This repository contains the documentation for CSlant. The documentation is available at [https://docs.cslant.com](https://docs.cslant.com).
[](https://github.com/cslant/docs/actions/workflows/deploy.yml)
### Add submodule
Check and add CSlant repos with the suffix `docs` type.
### Installation
```bash
yarn
```### Local Development
```bash
yarn start
```This command starts a local development server and opens a browser window. Most changes are reflected live without restarting the server.
### Build
```bash
yarn build
```This command generates static content in the `build` directory, which can be served using any static content hosting service.