This repository contains the comprehensive documentation for SchoolyAI by Scorton, an AI-powered trust as a service platform that revolutionizes the way students learn and educators teach.
Scorton combines cutting-edge artificial intelligence with proven educational methodologies to create personalized learning experiences. Our platform offers:
- AI-Powered Learning: Personalized learning paths for each student
- Comprehensive Course Management: Create, organize, and deliver educational content
- Progress Tracking: Detailed analytics and insights into student performance
- API Integration: Robust APIs for seamless platform integration
- Real-time Collaboration: Interactive features for educators and students
docs/
├── index.mdx # Main landing page
├── quickstart.mdx # Getting started guide
├── development.mdx # Development setup
├── api-reference/ # API documentation
│ ├── introduction.mdx # API overview
│ ├── endpoint/ # Individual endpoint docs
│ └── openapi.json # OpenAPI specification
├── essentials/ # Core concepts and guides
└── images/ # Documentation assets
- Node.js (version 18 or higher)
- Git
-
Clone the repository:
git clone https://github.com/SchoolyAI/docs.git cd docs
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
View the documentation at
http://localhost:3000
To preview documentation changes locally:
npm run docs:dev
This will start the documentation server at http://localhost:3001
.
We welcome contributions to improve our documentation! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m 'Add your feature'
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request
- Use clear, concise language
- Include code examples where appropriate
- Follow the existing documentation structure
- Test all links and code snippets
- Update the table of contents when adding new pages
Documentation is automatically deployed when changes are pushed to the main branch. The deployment process includes:
- Building the documentation
- Running link validation
- Deploying to our CDN
- Updating the live site
- Documentation Issues: Report problems with the documentation on GitHub Issues
- Platform Support: Contact our support team at support@schoolyai.com
- Community: Join our GitHub Discussions
This documentation is licensed under the MIT License. See the LICENSE file for details.
- Live Documentation: docs.schoolyai.com
- Main Platform: schoolyai.com
- API Dashboard: dashboard.schoolyai.com
- GitHub Organization: github.com/SchoolyAI