Documentation's Website #37
Replies: 1 comment
-
|
I suggest using TypeDoc and MkDocs for generating documentation for our OpenTutorAI_CE project. Why These Technologies: Uses Markdown which is accessible to all contributors Specifically designed for TypeScript codebases A mkdocs.yml configuration file Add TypeDoc to our development dependencies GitHub Action to build documentation on each merge to main This approach gives us a balance of user-friendly general documentation and detailed API references while keeping the maintenance burden low through automation. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature Request
We need to set up a documentation website for OpenTutorAI-CE: https://docs.opentutorai.com/ . The goal is to provide a well-structured, user-friendly, and easily maintainable documentation platform.
Tasks
/docsfolder within OpenTutorAI-CE.Expected Outcome
A functional documentation website that helps users and contributors navigate and understand OpenTutorAI-CE.
Additional Notes
Important Notes
Before submitting a report: Please check the Issues or Discussions section to see if a similar issue or feature request has already been posted. It's likely we're already tracking it! If you’re unsure, start a discussion post first. This will help us efficiently focus on improving the project.
Collaborate respectfully: We value a constructive attitude, so please be mindful of your communication. If negativity is part of your approach, our capacity to engage may be limited. We’re here to help if you’re open to learning and communicating positively. Remember, Open TutorAI is a volunteer-driven project managed by a single maintainer and supported by contributors who also have full-time jobs. We appreciate your time and ask that you respect ours.
Contributing: If you encounter an issue, we highly encourage you to submit a pull request or fork the project. We actively work to prevent contributor burnout to maintain the quality and continuity of Open TutorAI.
Bug reproducibility: If a bug cannot be reproduced with a
:mainor:devDocker setup, or a pip install with Python 3.11, it may require additional help from the community. In such cases, we will move it to the "issues" Discussions section due to our limited resources. We encourage the community to assist with these issues. Remember, it’s not that the issue doesn’t exist; we need your help!Note: Please remove the notes above when submitting your post. Thank you for your understanding and support!
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Beta Was this translation helpful? Give feedback.
All reactions