📁 Source Data Structure

This tree shows the source data being indexed by web-indexer.
Special files like .noindex and .skipindex affect indexing behavior.

Back to demo list

├── LICENSE.txt (1.0 KB) ├── README.md (97 B) ├── docs/ ├── configuration.md (270 B) ├── installation.md (218 B) ├── projects/ ├── README.html (7.3 KB) ├── project-a/ ├── README.md (69 B) ├── somefile.txt (214 B) ├── project-b-skip-index/ ├── .skipindex (0 B) [directory appears in listings but no index generated] ├── README.md (197 B) ├── index.html (2.8 KB) ├── project-c/ ├── README.md (186 B) ├── config.yml (69 B) ├── private/ ├── .noindex (0 B) [excludes directory from indexing] ├── secret.txt (36 B) ├── project-d-ignored/ ├── .noindex (0 B) [excludes directory from indexing] ├── another-file.txt (0 B)

Control File Legend