This repository holds the content for the Official documentation for Okto SDK. It uses Fumadocs for content management and handles MDX files for rich documentation content.
The live documentation is available at docs.okto.tech.
To preview documentation changes locally, follow these steps:
- Node.js (version 14 or higher)
- npm or yarn package manager
- For a complete list of dependencies, check the package.json
git clone https://github.com/okto-hq/okto-sdk-docs-v2.git
cd okto-sdk-docs-v2
npm install
npm run dev
This command starts a local development server at localhost:3000
and opens up a browser window. Most changes are reflected live without having to restart the server, however it may take some time to compile the changes.
We warmly welcome contributions to improve the Okto documentation! Please take a moment to review our CONTRIBUTING.md guidelines before submitting any Pull Requests. Your contributions are invaluable to the Okto community.
When contributing to the documentation:
- Create a new branch:
git checkout -b feat/your-feature-name
-
Make your changes following our content guidelines
-
Test locally using
npm run dev
-
Create a Pull Request against the
main
branch
This documentation site is built using Fumadocs, a modern docs generator.