Getting Started
Getting Started
Step-by-step guide to set up Akhshit Documentation
Overview
This guide walks you through the initial setup of Akhshit Documentation, from account creation to your first documentation project.
Create Account
Sign up for an account on the Akhshit Documentation platform.
// Visit the signup page
window.location.href = 'https://akhshit-docs.com/signup';
curl -X POST https://api.akhshit-docs.com/signup \
-H "Content-Type: application/json" \
-d '{"email":"[email protected]","password":"securepass"}'
Verify Email
Check your email for verification instructions and confirm your account.
Create Project
Set up your first documentation project.
const project = {
name: 'My Documentation Project',
description: 'Project documentation'
};
Make sure to use a strong password and enable two-factor authentication for security.
Platform Features
Use the intuitive web interface to manage your documentation.
Integrate Akhshit Documentation with your existing tools using our API.
path
projectIdstring
RequiredThe unique identifier for your project.
idstring
RequiredThe project identifier returned.
2024-10-15v1.0.0
feature
Initial Release
- Account creation and verification
- Project setup functionality
- Basic web interface
Was this page helpful?
Built with Documentation.AI
Last updated today