File tree Expand file tree Collapse file tree 6 files changed +13
-8
lines changed
Expand file tree Collapse file tree 6 files changed +13
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments