To publish this documentation to the internet, we recommend using Mintlify.
- A GitHub repository containing this
atoms_docsfolder. - A Mintlify account (https://mintlify.com).
If you haven't already, push your code to a GitHub repository.
git init
git add atoms_docs/
git commit -m "Add Atoms SDK documentation"
# git remote add origin <your-repo-url>
git push origin main- Log in to dashboard.mintlify.com.
- Click New Project.
- Select your GitHub repository.
- When asked for the directory, specify:
atoms_docs. - Click Deploy.
Mintlify will automatically detect the mint.json configuration and build your documentation site.
Once deployed, Mintlify will provide a URL (e.g., https://your-project.mintlify.app). Visit this URL to ensure your documentation is live and formatted correctly.