Open Issues Need Help
View All on GitHubAI Summary: Create a GitHub Actions workflow to automatically deploy the BrainZ project's internal documentation website (built using a static site generator) to GitHub Pages or a similar service (Vercel/Netlify) upon pushing to the `main` branch. This involves creating a `deploy.yml` file within the `.github/workflows` directory and securely managing any necessary secrets.
AI Summary: Implement sidebar navigation in a Docusaurus-based documentation site to link to different project folders (backend-java, llm-core, frontend, devops, general). This involves updating the `sidebars.js` file (or equivalent) to list and make each folder expandable, ensuring all markdown pages render correctly within the new navigation structure.
AI Summary: Set up Docusaurus to generate a static website for the BrainZ project's internal documentation. This involves initializing Docusaurus, creating a landing page with a logo and project description, and configuring the sidebar navigation to link to the documentation folders for each team (backend-java, llm-core, frontend, devops, and general).
AI Summary: Improve the project's README.md file by adding a clear explanation of the project's purpose, a detailed breakdown of the folder structure, comprehensive work instructions (including commit message and branch naming conventions), and instructions for previewing the static site generated using a tool like Docusaurus, Docsify, or MkDocs.