1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
This directory contains the GitHub Pages website for VB6Parse.
To view the site locally, simply open `index.html` in a web browser.
To deploy this site to GitHub Pages:
1. 2.3.4.5.
The site will be available at: `https://scriptandcompile.github.io/vb6parse`
```
docs/
├── index.html - Homepage
├── getting-started.html - Getting started guide (loads examples from GitHub CDN)
├── documentation.html - API documentation
├── benchmarks.html - Benchmark results page
├── coverage.html - Test coverage page
├── library/ - VB6 Library Reference (generated)
│ ├── index.html - Library index
│ ├── search-index.json - Search data
│ ├── functions/ - Function documentation (generated)
│ └── statements/ - Statement documentation (generated)
├── assets/
│ ├── css/ - Stylesheets
│ │ ├── style.css - Main stylesheet
│ │ ├── docs-style.css - Documentation styles
│ │ ├── benchmarks.css - Benchmark page styles
│ │ └── coverage.css - Coverage page styles
│ ├── js/ - JavaScript files
│ │ ├── theme-switcher.js - Dark/light theme toggle
│ │ ├── benchmarks.js - Benchmark data loading
│ │ └── stats.js - Statistics loading
│ └── data/ - Generated data files
│ ├── benchmarks.json - Benchmark results (generated)
│ ├── coverage.json - Coverage data (generated)
│ └── stats.json - Project statistics (generated)
├── technical/ - Technical documentation
├── _config.yml - Jekyll configuration
└── README.md - This file
```
The `getting-started.html` page dynamically loads code examples from `examples/docs/` via GitHub CDN. This ensures:
- --
When updating the website:
1. 2.3.4.5.6. - - -7.8.
Potential additions:
- -