mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-04-17 21:38:27 +00:00
- Add complete configuration reference (complete-config.mdx) with detailed parameter documentation, examples, and descriptions for all config.yaml options - Add user guide (user-guide.mdx) explaining hostname resolution, 'My IP' feature, query types, and troubleshooting for end users - Add quick-start configuration examples (quick-start.mdx) with 8 real-world scenarios: minimal, corporate, privacy-focused, high-performance, ISP, enterprise, development, and monitoring setups - Update navigation structure (_meta.tsx files) to integrate new documentation sections - Provide comprehensive coverage of DNS-over-HTTPS hostname resolution, myip.wtf IP detection, web UI customization, logging/webhooks, structured output, and theme configuration - Include practical examples, use cases, troubleshooting tips, and best practices throughout This addresses documentation gaps by providing both technical reference material for administrators and user-focused guidance for end users, with extensive real-world configuration examples.
12 lines
309 B
TypeScript
12 lines
309 B
TypeScript
export default {
|
|
"complete-config": "Complete Configuration Reference",
|
|
"---": {
|
|
type: "separator",
|
|
},
|
|
"api-docs": "API Docs",
|
|
caching: "Caching",
|
|
logging: "Logging & Webhooks",
|
|
messages: "Messages",
|
|
"structured-output": "Structured Output",
|
|
"web-ui": "Web UI",
|
|
};
|