This repository contains the documentation for the Data Exploration project. The documentation is built using Docusaurus and is automatically deployed to GitHub Pages.
To run the documentation site locally:
cd docusaurus
npm install
npm start
This will start a local development server and open up a browser window. Most changes are reflected live while editing.
To create a production build:
cd docusaurus
npm run build
The built site will be in the docusaurus/build
directory.
The documentation is automatically deployed to GitHub Pages when:
- Changes are pushed to the main branch
- A new release is published in the main repository
docs-repo/
├── docusaurus/ # Docusaurus project files
├── .github/ # GitHub Actions workflows
│ └── workflows/
│ └── deploy.yml # Deployment workflow
└── versions.json # Version tracking