mirror of
https://github.com/litruv/Docs-Viewer.git
synced 2026-07-24 02:36:07 +10:00
Fix formatting
This commit is contained in:
22
README.md
22
README.md
@@ -126,18 +126,18 @@ To use the plugin:
|
|||||||
|
|
||||||
```
|
```
|
||||||
.
|
.
|
||||||
├── docs/ # Documentation files
|
├── docs/ # Documentation files
|
||||||
├── js/ # Application modules
|
├── js/ # Application modules
|
||||||
│ ├── EventBus.js # Pub-sub event system
|
│ ├── EventBus.js # Pub-sub event system
|
||||||
│ ├── IndexService.js # Document index management
|
│ ├── IndexService.js # Document index management
|
||||||
│ ├── SearchService.js# Search with caching
|
│ ├── SearchService.js # Search with caching
|
||||||
│ ├── DOMService.js # DOM manipulation & accessibility
|
│ ├── DOMService.js # DOM manipulation & accessibility
|
||||||
│ ├── DocumentService.js # Markdown loading & caching
|
│ ├── DocumentService.js # Markdown loading & caching
|
||||||
│ ├── NavigationService.js # Browser history handling
|
│ ├── NavigationService.js # Browser history handling
|
||||||
│ └── Documentation.js # Main orchestrator
|
│ └── Documentation.js # Main orchestrator
|
||||||
├── build-docs.js # Documentation builder
|
├── build-docs.js # Documentation builder
|
||||||
├── index.html # Main viewer
|
├── index.html # Main viewer
|
||||||
└── styles.css # Styling
|
└── styles.css # Styling
|
||||||
```
|
```
|
||||||
|
|
||||||
### Architecture
|
### Architecture
|
||||||
|
|||||||
Reference in New Issue
Block a user