|
| 1 | +{ |
| 2 | + "header": { |
| 3 | + "tagline": ".NET local file logger" |
| 4 | + }, |
| 5 | + "nav": { |
| 6 | + "docs": "Docs", |
| 7 | + "benchmarks": "Benchmarks", |
| 8 | + "migration": "Migration", |
| 9 | + "changelog": "Changelog", |
| 10 | + "sponsor": "Sponsor" |
| 11 | + }, |
| 12 | + "home": { |
| 13 | + "hero": { |
| 14 | + "title": "OzaLog", |
| 15 | + "subtitle": "Lean. Minimal API. HFT-grade async pipeline. A local file logging library built for .NET applications.", |
| 16 | + "install": "Install Now", |
| 17 | + "github": "View on GitHub" |
| 18 | + }, |
| 19 | + "features": { |
| 20 | + "title": "Core Features", |
| 21 | + "items": { |
| 22 | + "simple": { |
| 23 | + "title": "Minimal API", |
| 24 | + "desc": "One line LOG.Info_Log(\"...\") — no DI, no LoggerFactory." |
| 25 | + }, |
| 26 | + "hft": { |
| 27 | + "title": "HFT-grade Async", |
| 28 | + "desc": "ConcurrentQueue + persistent FileStream pool + 1ms cached timestamp + drop-oldest backpressure." |
| 29 | + }, |
| 30 | + "zerodep": { |
| 31 | + "title": "Zero Dependencies", |
| 32 | + "desc": "Zero NuGet dependencies on net8.0 / net9.0 / net10.0." |
| 33 | + }, |
| 34 | + "thread": { |
| 35 | + "title": "Thread-safe", |
| 36 | + "desc": "Thread-safe by default; designed for high-throughput multi-threaded scenarios like crypto tick streams." |
| 37 | + } |
| 38 | + } |
| 39 | + }, |
| 40 | + "quickstart": { |
| 41 | + "title": "Quick Start", |
| 42 | + "step1": "1. Install the package", |
| 43 | + "step2": "2. Use immediately", |
| 44 | + "step3": "3. (Optional) Configure" |
| 45 | + } |
| 46 | + }, |
| 47 | + "docs": { |
| 48 | + "title": "Documentation", |
| 49 | + "intro": "Pick a topic below to get started with OzaLog.", |
| 50 | + "sections": { |
| 51 | + "gettingStarted": "Getting Started", |
| 52 | + "configuration": "Configuration", |
| 53 | + "api": "API Reference", |
| 54 | + "asyncPipeline": "HFT Async Architecture" |
| 55 | + }, |
| 56 | + "wip": "Page content coming soon — see README.md in the GitHub repo." |
| 57 | + }, |
| 58 | + "benchmarks": { |
| 59 | + "title": "Benchmarks", |
| 60 | + "intro": "OzaLog measured head-to-head against ZLogger, ZeroLog, and Serilog with BenchmarkDotNet.", |
| 61 | + "wip": "Detailed charts coming soon — see the OzaLog.Benchmarks project in the GitHub repo." |
| 62 | + }, |
| 63 | + "migration": { |
| 64 | + "title": "v2.x → v3.0 Migration Guide", |
| 65 | + "intro": "Complete guide for upgrading from Ozakboy.NLOG v2.x to OzaLog v3.0.", |
| 66 | + "wip": "Full guide coming soon — see MIGRATION.md in the GitHub repo." |
| 67 | + }, |
| 68 | + "changelog": { |
| 69 | + "title": "Changelog", |
| 70 | + "intro": "See CHANGELOG.md in the GitHub repo for the full history." |
| 71 | + }, |
| 72 | + "sponsor": { |
| 73 | + "title": "Sponsor", |
| 74 | + "intro": "If OzaLog helps you, consider sponsoring the developer via cryptocurrency.", |
| 75 | + "crypto": { |
| 76 | + "title": "Cryptocurrency Wallets", |
| 77 | + "btc": "Bitcoin (BTC)", |
| 78 | + "eth": "Ethereum (ETH)", |
| 79 | + "usdt": "USDT (TRC20)", |
| 80 | + "placeholder": "(Address coming soon)" |
| 81 | + } |
| 82 | + } |
| 83 | +} |
0 commit comments