From d173470738a0d06b78b9519bdf47662ad134b04e Mon Sep 17 00:00:00 2001 From: Charissa Miller <48832936+clemiller@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:57:08 -0400 Subject: [PATCH] docs: update homepage features --- .../blog/{october-2024.md => known-issues.md} | 4 +-- docusaurus/docusaurus.config.ts | 27 ++++++++----------- .../src/components/HomepageFeatures/index.tsx | 6 ++--- 3 files changed, 15 insertions(+), 22 deletions(-) rename docusaurus/blog/{october-2024.md => known-issues.md} (92%) diff --git a/docusaurus/blog/october-2024.md b/docusaurus/blog/known-issues.md similarity index 92% rename from docusaurus/blog/october-2024.md rename to docusaurus/blog/known-issues.md index be736ee..de20502 100644 --- a/docusaurus/blog/october-2024.md +++ b/docusaurus/blog/known-issues.md @@ -1,4 +1,4 @@ ---- + \ No newline at end of file diff --git a/docusaurus/docusaurus.config.ts b/docusaurus/docusaurus.config.ts index 29753ca..9461f7e 100644 --- a/docusaurus/docusaurus.config.ts +++ b/docusaurus/docusaurus.config.ts @@ -36,17 +36,12 @@ const config: Config = { docs: { sidebarPath: './sidebars.ts', }, - blog: { - showReadingTime: false, - feedOptions: { - type: ['rss'], - xslt: true, - }, - // Useful options to enforce blogging best practices - onInlineTags: 'warn', - onInlineAuthors: 'warn', - onUntruncatedBlogPosts: 'warn', - }, + // blog: { + // showReadingTime: false, + // path: 'blog', + // routeBasePath: 'known-issues', + // blogTitle: 'Known Issues', + // }, theme: { customCss: './src/css/custom.css', }, @@ -68,11 +63,11 @@ const config: Config = { position: 'left', label: 'ATT&CK Schemas', }, - { - to: '/blog', - label: 'Known Issues', - position: 'left', - }, + // { + // to: '/known-issues', + // label: 'Known Issues', + // position: 'left', + // }, { href: 'https://github.com/mitre-attack/attack-data-model', label: 'GitHub', diff --git a/docusaurus/src/components/HomepageFeatures/index.tsx b/docusaurus/src/components/HomepageFeatures/index.tsx index a344ad8..2c2ac32 100644 --- a/docusaurus/src/components/HomepageFeatures/index.tsx +++ b/docusaurus/src/components/HomepageFeatures/index.tsx @@ -42,10 +42,8 @@ const FeatureList: FeatureItem[] = [ <> Currently, the ATT&CK knowledge base does not fully conform to the defined Zod schemas, and there are known discrepancies that need to be addressed. We are actively working on aligning - our data with the schemas to ensure complete compliance. This process involves identifying - and rectifying inconsistencies to enhance the accuracy and reliability of our data. For a - detailed list of known issues, please visit our{' '} - Known Issues Page. + our data with the schemas to ensure complete compliance. Your understanding and patience are + appreciated as we work to make improvements. ), },