Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 15 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T12:54:49.000Z (21 days ago)
- Last Synced: 2024-12-18T13:43:24.046Z (21 days ago)
- Topics: cslant, cslant-docs, cslant-documations, cslant-github, docs, documentation, docusaurus
- Language: TypeScript
- Homepage: https://docs.cslant.com
- Size: 1.29 MB
- Stars: 1
- 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).
[![Deploy CSlant Server](https://github.com/cslant/docs/actions/workflows/deploy.yml/badge.svg)](https://github.com/cslant/docs/actions/workflows/deploy.yml)
### 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.