codebase.md wikinder/github-wiki-to-html raw markdown
# Overview
Repo: wikinder/github-wiki-to-html
Ref: 636c61ae7496cf3da923396ae5e12ee1adc4eaea
Base URL: https://codebase.md/wikinder/github-wiki-to-html

## README Summary
Source: README.md
The github-wiki-to-html project is a tool that converts GitHub Wiki pages to HTML format. This conversion allows for easier viewing and sharing of wiki content outside of GitHub. The project provides a simple solution for users who want to access or distribute their wiki content in a more versatile and widely-supported format.

## Repository tree (depth=3)
File tree: /file_tree (supports depth, base_path, include, exclude)
```
├── constants.rb
├── Dockerfile
├── github-wiki-to-html.rb
├── github-wiki-to-html.sh
├── gollum-config.rb
├── methods.rb
├── package.json
└── README.md
```

## Key files
- README: README.md
- config: Dockerfile, gollum-config.rb
- package.*: package-lock.json, package.json

## How to navigate this repo
Paths below are relative to Base URL.
### Paths
- /readme
- /slice?path=src/index.ts&lines=1:40
- /manifest
- /search?query=router
- /file_tree
- /blob/{ref}/{path}

### Query params
- ext: csv of extensions (example: ts,md)
- base_path: path prefix for tree
- include/exclude: glob patterns
- depth: integer or all
- lines: true to add line numbers
- format: md or html

### Tips
- Use ?depth=all for full tree depth.
- /search combines lexical and semantic results when available.

### Examples
- /readme
- /slice?path=src/index.ts&lines=1:40
- /manifest
- /search?query=router
- /file_tree?base_path=src&depth=2
- /blob/main/src/index.ts