This is the technical documentation website for Noesis Vision startup, built using Docusaurus.
- Node.js 18 or newer
- npm
npm installnpm startThe website will be available at http://localhost:3000.
npm run buildnpm run servedocs/- Main documentationblog/- Technical blogsrc/- React components and stylesstatic/- Static files (images, icons)
The website is automatically deployed to GitHub Pages at: https://noesisvision.github.io/noesis-docs
- Push changes to the
mainbranch - GitHub Actions automatically builds and deploys the website
- Deployment takes a few minutes
npm run deployMain configuration is located in docusaurus.config.ts.
- Documentation: Edit files in the
docs/folder - Blog: Edit files in the
blog/folder - Homepage: Edit
src/pages/index.tsx
- Fork the repository
- Create a branch for new functionality
- Make changes
- Create a Pull Request
Copyright © 2024 Noesis Vision. Built with Docusaurus.