Welcome to the internal documentation portal for the BrainZ project.

5 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
Documentation Internal Knowledge Base

AI 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.

Complexity: 4/5
help wanted ci/cd

Welcome to the internal documentation portal for the BrainZ project.

Documentation Internal Knowledge Base

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.

Complexity: 3/5
enhancement good first issue frontend

Welcome to the internal documentation portal for the BrainZ project.

Documentation Internal Knowledge Base
documentation good first issue

Welcome to the internal documentation portal for the BrainZ project.

Documentation Internal Knowledge Base

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).

Complexity: 3/5
enhancement help wanted frontend

Welcome to the internal documentation portal for the BrainZ project.

Documentation Internal Knowledge Base

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.

Complexity: 2/5
documentation good first issue

Welcome to the internal documentation portal for the BrainZ project.