From 35ebdd6022c6b72ee3300fbf1a34a9f97f92ebd3 Mon Sep 17 00:00:00 2001 From: theCyberTech <84775494+theCyberTech@users.noreply.github.com> Date: Thu, 15 Aug 2024 16:35:05 +0800 Subject: [PATCH] Updated Documentaion to fix navigation link for pipelin feature, removed legacy md fiel from .github & added missing config.yml config to remove custom issues from user access --- .github/ISSUE_TEMPLATE/bug_report.md | 35 ---------------------------- .github/ISSUE_TEMPLATE/config.yml | 1 + .github/ISSUE_TEMPLATE/custom.md | 24 ------------------- mkdocs.yml | 1 + 4 files changed, 2 insertions(+), 59 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/custom.md diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 4ccb3b71a..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve CrewAI -title: "[BUG]" -labels: bug -assignees: '' - ---- - -**Description** -Provide a clear and concise description of what the bug is. - -**Steps to Reproduce** -Provide a step-by-step process to reproduce the behavior: - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots/Code snippets** -If applicable, add screenshots or code snippets to help explain your problem. - -**Environment Details:** -- **Operating System**: [e.g., Ubuntu 20.04, macOS Catalina, Windows 10] -- **Python Version**: [e.g., 3.8, 3.9, 3.10] -- **crewAI Version**: [e.g., 0.30.11] -- **crewAI Tools Version**: [e.g., 0.2.6] - -**Logs** -Include relevant logs or error messages if applicable. - -**Possible Solution** -Have a solution in mind? Please suggest it here, or write "None". - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index e69de29bb..ec4bb386b 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1 @@ +blank_issues_enabled: false \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md deleted file mode 100644 index 90b829277..000000000 --- a/.github/ISSUE_TEMPLATE/custom.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Custom issue template -about: Describe this issue template's purpose here. -title: "[DOCS]" -labels: documentation -assignees: '' - ---- - -## Documentation Page - - -## Description - - -## Suggested Changes - - -## Additional Context - - -## Checklist -- [ ] I have searched the existing issues to make sure this is not a duplicate -- [ ] I have checked the latest version of the documentation to ensure this hasn't been addressed diff --git a/mkdocs.yml b/mkdocs.yml index 8ce7aab27..10029a126 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -129,6 +129,7 @@ nav: - Processes: 'core-concepts/Processes.md' - Crews: 'core-concepts/Crews.md' - Collaboration: 'core-concepts/Collaboration.md' + - Pipeline: 'core-concepts/Pipeline.md' - Training: 'core-concepts/Training-Crew.md' - Memory: 'core-concepts/Memory.md' - Planning: 'core-concepts/Planning.md'