Skip to content

Commit

Permalink
docs: update homepage features
Browse files Browse the repository at this point in the history
  • Loading branch information
clemiller committed Oct 21, 2024
1 parent 302172b commit d173470
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
<!-- ---
slug: known-issues
title: ATT&CK v16 - October 2024
authors: [mitreattack]
Expand All @@ -7,4 +7,4 @@ authors: [mitreattack]
The following issues are known discrepancies and non-compliance within the current ATT&CK knowledge base.
These issues reflect elements that do not conform to the Zod schemas and require changes to bring the
knowledge base into full compliance. Your understanding and patience are appreciated as we work to
make improvements.
make improvements. -->
27 changes: 11 additions & 16 deletions docusaurus/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
Expand All @@ -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',
Expand Down
6 changes: 2 additions & 4 deletions docusaurus/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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{' '}
<a href="/attack-data-model/blog/known-issues">Known Issues Page</a>.
our data with the schemas to ensure complete compliance. Your understanding and patience are
appreciated as we work to make improvements.
</>
),
},
Expand Down

0 comments on commit d173470

Please sign in to comment.