https://github.com/octeth/octeth-api-docs
Octeth API Docs
https://github.com/octeth/octeth-api-docs
Last synced: 5 months ago
JSON representation
Octeth API Docs
- Host: GitHub
- URL: https://github.com/octeth/octeth-api-docs
- Owner: octeth
- Created: 2023-08-19T09:27:11.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-11T19:36:32.000Z (5 months ago)
- Last Synced: 2026-01-11T23:36:09.121Z (5 months ago)
- Language: JavaScript
- Size: 1.55 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- Support: support.md
- Roadmap: roadmap.md
Awesome Lists containing this project
README
# Octeth Help Portal
Official documentation for Octeth - installation guides, user documentation, API reference, and developer resources.
## Starting The Dev Environment
```bash
npm run docs:dev
```
## Production Build
```bash
npm run docs:build
```
The build directory will be created under `public/.vitepress/dist` directory.
Then run preview command to preview it on your web browser:
```bash
npm run docs:preview
```