From de5f60bb2ebbbb2edb8b11c8062e3431bf5228f6 Mon Sep 17 00:00:00 2001 From: Jennifer Travinski Date: Wed, 28 Sep 2022 13:51:51 -0400 Subject: [PATCH] Updated templates, removed items to be addressed in a new PR --- .github/issue_template/request-a-new-feature.md | 9 +++------ docusaurus.config.js | 7 +------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/issue_template/request-a-new-feature.md b/.github/issue_template/request-a-new-feature.md index 405f52be17a..23385bdcf31 100644 --- a/.github/issue_template/request-a-new-feature.md +++ b/.github/issue_template/request-a-new-feature.md @@ -8,12 +8,9 @@ assignees: '' --- **Summary:** -Briefly describe the new feature. If QA has not yet tested the new feature/process, please also file a ticket with QA for their review. +Describe the new feature. If QA has not yet tested the new feature/process, please also file a ticket with QA for their review. **Details:** -1. Include all pertinent information, e.g., screenshots, resource requirements, workarounds, links, etc. -1. Tag issue with appropriate release milestone. -1. List page link(s) in the current docs where the new feature applies, if applicable. -1. Explain the new process/feature and how it works. -1. List the steps involved in installing/running/uninstalling feature. \ No newline at end of file +- Include all pertinent information, e.g., screenshots, resource requirements, workarounds, links, etc. +- List page link(s) in the current docs where the new feature applies, if applicable. \ No newline at end of file diff --git a/docusaurus.config.js b/docusaurus.config.js index 20de079d4cc..559290ddf77 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -24,11 +24,6 @@ module.exports = { }, }, themeConfig: { - docs: { - sidebar: { - autoCollapseCategories: true, - }, - }, algolia: { // The application ID provided by Algolia appId: '30NEY6C9UY', @@ -83,7 +78,7 @@ module.exports = { href: 'https://github.com/rancher/rancher-docs', label: 'GitHub', position: 'right', - className: 'navbar__github', + className: 'navbar__github btn btn-secondary icon-github', }, { type: 'docsVersionDropdown',