Skip to content

Commit 670ab0f

Browse files
committed
docs: remove trailing content on doc pages
1 parent 64eae41 commit 670ab0f

35 files changed

+46
-283
lines changed

docusaurus/docs/contributing/coding-style.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,5 @@ Prefix your commit with one of the following:
4242

4343
The library is compiled with `"strict": true` and imports must be path-alias aware (`@/…`).
4444
Run `npm run build` to catch any type errors locally.
45+
46+
---

docusaurus/docs/contributing/dev-setup.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,5 @@ npm run test # vitest tests
3131

3232
You are now ready to hack on the library.
3333
Continue with [Coding Style & Linting](coding-style.md) for the mandatory style rules.
34+
35+
---

docusaurus/docs/contributing/docs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,5 @@ Its pretty easy to add a new guide. Basically just do the following:
3939

4040
1. Create your Markdown file inside `docusaurus/docs/<topic>/my-guide.md`
4141
2. Update `sidebars.ts` to include it
42+
43+
---

docusaurus/docs/contributing/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ It complements the high-level `CONTRIBUTING.md` in the root of the repository by
1010
## Topics
1111

1212
<DocCardList />
13+
14+
---

docusaurus/docs/contributing/tests.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,5 @@ When adding new schemas or refinement logic:
3838

3939
1. Write **positive** test cases (`schema.parse` passes)
4040
2. Write **negative** test cases that assert specific error messages
41+
42+
---

docusaurus/docs/how-to-guides/error-handling.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -698,11 +698,3 @@ main().catch(console.error);
698698
```
699699

700700
---
701-
702-
## Next Steps
703-
704-
- **Bundle Validation**: Learn how to [validate custom STIX bundles](./validate-bundles) before processing
705-
- **Schema Extension**: See how to [extend schemas with custom fields](./extend-schemas) for enhanced error detection
706-
- **Reference**: Check the [complete API documentation](../reference/) for error handling methods
707-
708-
Your application now handles errors gracefully and provides reliable ATT&CK data access even in challenging environments!

docusaurus/docs/how-to-guides/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ These guides provide direct solutions to common problems you'll encounter when w
1414
<DocCardList />
1515

1616
---
17-
18-
**Can't find what you're looking for?** Consider [opening a GitHub Issue](https://github.com/mitre-attack/attack-data-model/issues/new) to request a new how-to guide.

docusaurus/docs/how-to-guides/manage-data-sources.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,5 +403,3 @@ async function loadWithMonitoring(config: any) {
403403
- [Performance Optimization](./performance) - Scale for large datasets
404404

405405
---
406-
407-
**You're now equipped to manage ATT&CK data sources effectively in any environment!**

docusaurus/docs/how-to-guides/performance.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -534,5 +534,3 @@ const config = {
534534
- [Reference: Configuration](../reference/configuration) - All configuration options
535535

536536
---
537-
538-
**You're now equipped to scale the ATT&CK Data Model for production workloads!**

docusaurus/docs/how-to-guides/validate-bundles.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -407,11 +407,3 @@ echo "✅ All bundles validated successfully"
407407
```
408408

409409
---
410-
411-
## Next Steps
412-
413-
- **Error Handling**: Learn [how to handle parsing errors gracefully](./error-handling)
414-
- **Schema Extension**: See [how to extend schemas with custom fields](./extend-schemas)
415-
- **Reference**: Check the [complete API documentation](../reference/)
416-
417-
Your custom STIX bundles should now validate correctly and load reliably in the ATT&CK Data Model!

0 commit comments

Comments
 (0)