Skip to content

Commit 61f4a20

Browse files
madeinoz67claude
andcommitted
docs: relocate orphaned docs and add to navigation
Moves: - remote-access.md → installation/remote-access.md - weighted-search.md → usage/weighted-search.md - STYLE_GUIDE.md → reference/style-guide.md Navigation additions: - Get Started: Remote Access - Guides: Weighted Search - Reference: Cache Implementation, Style Guide, Known Issues Fixed broken links in moved files and referencing files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b140815 commit 61f4a20

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

docs/guides/osint-workflows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,4 +256,4 @@ bun run ~/.claude/skills/Knowledge/tools/knowledge-cli.ts --profile development
256256
- [Configuration Reference](../reference/configuration.md) - Entity and relationship type configuration
257257
- [CLI Reference](../reference/cli.md) - Investigate command syntax
258258
- [Memory Decay](../usage/memory-decay.md) - Decay scoring for CTI data
259-
- [Remote Access](../remote-access.md) - Connection profiles for CTI databases
259+
- [Remote Access](../installation/remote-access.md) - Connection profiles for CTI databases
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,6 @@ services:
498498
499499
## Related Documentation
500500
501-
- [Installation Guide](installation/index.md) - Complete installation instructions
502-
- [Troubleshooting](troubleshooting/common-issues.md) - Common issues and solutions
503-
- [Configuration Reference](reference/configuration.md) - Full configuration options
501+
- [Installation Guide](index.md) - Complete installation instructions
502+
- [Troubleshooting](../troubleshooting/common-issues.md) - Common issues and solutions
503+
- [Configuration Reference](../reference/configuration.md) - Full configuration options

docs/reference/cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ This format is ideal for:
588588

589589
## Remote Access CLI Options
590590

591-
The Knowledge CLI supports remote MCP access via connection profiles and CLI flags. See [Remote Access Documentation](../remote-access.md) for complete details.
591+
The Knowledge CLI supports remote MCP access via connection profiles and CLI flags. See [Remote Access Documentation](../installation/remote-access.md) for complete details.
592592

593593
### Connection Profiles
594594

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,6 @@ A:
251251

252252
## Related Documentation
253253

254-
- [Memory Decay System](usage/memory-decay.md) - How importance and stability are calculated
255-
- [CLI Reference](reference/cli.md) - Complete command documentation
256-
- [Configuration](reference/configuration.md) - Setting up the knowledge system
254+
- [Memory Decay System](memory-decay.md) - How importance and stability are calculated
255+
- [CLI Reference](../reference/cli.md) - Complete command documentation
256+
- [Configuration](../reference/configuration.md) - Setting up the knowledge system

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ nav:
4343
- Requirements: installation/requirements.md
4444
- Verification: installation/verification.md
4545
- Remote Deployment: installation/remote-deployment.md
46+
- Remote Access: installation/remote-access.md
4647
- LKAP:
4748
- Overview: lkap/index.md
4849
- Two-Tier Model: lkap/two-tier-model.md
@@ -56,6 +57,7 @@ nav:
5657
- Guides:
5758
- Basic Usage: usage/basic-usage.md
5859
- Advanced Usage: usage/advanced.md
60+
- Weighted Search: usage/weighted-search.md
5961
- Document Search (RAG): rag/quickstart.md
6062
- Evidence Promotion: lkap/promotion-workflow.md
6163
- Memory Decay: usage/memory-decay.md
@@ -68,9 +70,12 @@ nav:
6870
- Architecture: concepts/architecture.md
6971
- Observability: reference/observability.md
7072
- Model Guide: reference/model-guide.md
73+
- Cache Implementation: reference/cache-implementation.md
74+
- Style Guide: reference/style-guide.md
7175
- RAG Troubleshooting: rag/troubleshooting.md
7276
- KG Troubleshooting: kg/troubleshooting.md
7377
- Common Issues: troubleshooting/common-issues.md
78+
- Known Issues: troubleshooting/known-issues.md
7479
- About:
7580
- Acknowledgments: acknowledgments.md
7681
- Hooks & Integration: concepts/hooks-integration.md

0 commit comments

Comments
 (0)