|
| 1 | +sections: |
| 2 | + - title: "Main Navigation" |
| 3 | + id: "main-nav" |
| 4 | + links: |
| 5 | + - title: "Home" |
| 6 | + url: "/" |
| 7 | + description: "Quarkus homepage" |
| 8 | + priority: 1.0 |
| 9 | + changefreq: "daily" |
| 10 | + |
| 11 | + - title: "Get Started" |
| 12 | + url: "/get-started" |
| 13 | + description: "Quick start guide" |
| 14 | + priority: 0.9 |
| 15 | + changefreq: "weekly" |
| 16 | + |
| 17 | + - title: "Guides" |
| 18 | + url: "/guides" |
| 19 | + description: "Comprehensive documentation" |
| 20 | + priority: 0.9 |
| 21 | + changefreq: "daily" |
| 22 | + |
| 23 | + - title: "Blog" |
| 24 | + url: "/blog" |
| 25 | + description: "Latest news and articles" |
| 26 | + priority: 0.8 |
| 27 | + changefreq: "daily" |
| 28 | + - title: "Insights" |
| 29 | + url: "/insights" |
| 30 | + description: "Quarkus Insights podcast" |
| 31 | + priority: 0.7 |
| 32 | + changefreq: "weekly" |
| 33 | + |
| 34 | + - title: "Events" |
| 35 | + url: "/events" |
| 36 | + description: "Upcoming events and conferences" |
| 37 | + priority: 0.7 |
| 38 | + changefreq: "weekly" |
| 39 | + |
| 40 | + - title: "Newsletter" |
| 41 | + url: "/newsletter" |
| 42 | + description: "Subscribe to updates" |
| 43 | + priority: 0.6 |
| 44 | + changefreq: "monthly" |
| 45 | + |
| 46 | + - title: "Start Coding" |
| 47 | + url: "https://code.quarkus.io" |
| 48 | + description: "Create a new Quarkus project" |
| 49 | + priority: 0.9 |
| 50 | + changefreq: "weekly" |
| 51 | + external: true |
| 52 | + |
| 53 | + - title: "Why Quarkus" |
| 54 | + id: "why-quarkus" |
| 55 | + links: |
| 56 | + - title: "What is Quarkus?" |
| 57 | + url: "/about" |
| 58 | + description: "Learn about Quarkus" |
| 59 | + priority: 0.9 |
| 60 | + changefreq: "monthly" |
| 61 | + |
| 62 | + - title: "Developer Joy" |
| 63 | + url: "/developer-joy" |
| 64 | + description: "Developer experience" |
| 65 | + priority: 0.8 |
| 66 | + changefreq: "monthly" |
| 67 | + |
| 68 | + - title: "Performance" |
| 69 | + url: "/performance" |
| 70 | + description: "Performance characteristics" |
| 71 | + priority: 0.8 |
| 72 | + changefreq: "monthly" |
| 73 | + |
| 74 | + - title: "Kubernetes Native" |
| 75 | + url: "/kubernetes-native" |
| 76 | + description: "Cloud-native development" |
| 77 | + priority: 0.8 |
| 78 | + changefreq: "monthly" |
| 79 | + |
| 80 | + - title: "Standards" |
| 81 | + url: "/standards" |
| 82 | + description: "Standards compliance" |
| 83 | + priority: 0.7 |
| 84 | + changefreq: "monthly" |
| 85 | + |
| 86 | + - title: "Versatility" |
| 87 | + url: "/versatility" |
| 88 | + description: "Flexible development" |
| 89 | + priority: 0.7 |
| 90 | + changefreq: "monthly" |
| 91 | + |
| 92 | + - title: "Container First" |
| 93 | + url: "/container-first" |
| 94 | + description: "Container-native approach" |
| 95 | + priority: 0.7 |
| 96 | + changefreq: "monthly" |
| 97 | + |
| 98 | + - title: "Using Spring?" |
| 99 | + url: "/spring" |
| 100 | + description: "Migrate from Spring Boot" |
| 101 | + priority: 0.8 |
| 102 | + changefreq: "monthly" |
| 103 | + |
| 104 | + subsections: |
| 105 | + - title: "AI Capabilities" |
| 106 | + links: |
| 107 | + - title: "AI Overview" |
| 108 | + url: "/ai" |
| 109 | + description: "AI capabilities overview" |
| 110 | + priority: 0.8 |
| 111 | + changefreq: "weekly" |
| 112 | + |
| 113 | + - title: "Java for AI" |
| 114 | + url: "/java-for-ai" |
| 115 | + description: "Why Java for AI" |
| 116 | + priority: 0.7 |
| 117 | + changefreq: "weekly" |
| 118 | + |
| 119 | + - title: "Quarkus for AI" |
| 120 | + url: "/quarkus-for-ai" |
| 121 | + description: "Why Quarkus for AI" |
| 122 | + priority: 0.7 |
| 123 | + changefreq: "weekly" |
| 124 | + |
| 125 | + - title: "AI Blueprints" |
| 126 | + url: "/ai-blueprints" |
| 127 | + description: "AI patterns and blueprints" |
| 128 | + priority: 0.7 |
| 129 | + changefreq: "weekly" |
| 130 | + |
| 131 | + - title: "Frozen RAG (Retrieval-Augmented Generation)" |
| 132 | + url: "/ai-frozen-rag/" |
| 133 | + description: "Frozen RAG (Retrieval-Augmented Generation)" |
| 134 | + priority: 0.6 |
| 135 | + changefreq: "weekly" |
| 136 | + |
| 137 | + - title: "Contextual RAG" |
| 138 | + url: "/ai-contextual-rag" |
| 139 | + description: "Retrieval augmented generation" |
| 140 | + priority: 0.6 |
| 141 | + changefreq: "weekly" |
| 142 | + |
| 143 | + - title: "Chain of Thought" |
| 144 | + url: "/ai-chain-of-thought" |
| 145 | + description: "Chain of thought pattern" |
| 146 | + priority: 0.6 |
| 147 | + changefreq: "weekly" |
| 148 | + |
| 149 | + |
| 150 | + - title: "Learn" |
| 151 | + id: "learn" |
| 152 | + links: |
| 153 | + - title: "Get Started" |
| 154 | + url: "/get-started" |
| 155 | + description: "Quick start guide" |
| 156 | + priority: 0.9 |
| 157 | + changefreq: "weekly" |
| 158 | + |
| 159 | + - title: "Documentation" |
| 160 | + url: "/guides" |
| 161 | + description: "Complete guides" |
| 162 | + priority: 0.9 |
| 163 | + changefreq: "daily" |
| 164 | + |
| 165 | + - title: "User Stories" |
| 166 | + url: "/userstories" |
| 167 | + description: "Success stories" |
| 168 | + priority: 0.7 |
| 169 | + changefreq: "monthly" |
| 170 | + |
| 171 | + - title: "Q Tip Videos" |
| 172 | + url: "/qtips" |
| 173 | + description: "Quick tips videos" |
| 174 | + priority: 0.6 |
| 175 | + changefreq: "weekly" |
| 176 | + |
| 177 | + - title: "Books" |
| 178 | + url: "/books" |
| 179 | + description: "Quarkus books" |
| 180 | + priority: 0.6 |
| 181 | + changefreq: "monthly" |
| 182 | + |
| 183 | + - title: "Extensions" |
| 184 | + id: "extensions" |
| 185 | + links: |
| 186 | + - title: "Browse Extensions" |
| 187 | + url: "https://quarkus.io/extensions/" |
| 188 | + description: "Extension catalog" |
| 189 | + priority: 0.8 |
| 190 | + changefreq: "daily" |
| 191 | + external: true |
| 192 | + |
| 193 | + - title: "Use Extensions" |
| 194 | + url: "/faq/#what-is-a-quarkus-extension" |
| 195 | + description: "How to use extensions" |
| 196 | + priority: 0.7 |
| 197 | + changefreq: "monthly" |
| 198 | + |
| 199 | + - title: "Create Extensions" |
| 200 | + url: "/guides/writing-extensions" |
| 201 | + description: "Extension development" |
| 202 | + priority: 0.7 |
| 203 | + changefreq: "monthly" |
| 204 | + |
| 205 | + - title: "Share Extensions" |
| 206 | + url: "https://hub.quarkiverse.io" |
| 207 | + description: "Quarkiverse Hub" |
| 208 | + priority: 0.7 |
| 209 | + changefreq: "weekly" |
| 210 | + external: true |
| 211 | + |
| 212 | + - title: "Community" |
| 213 | + id: "community" |
| 214 | + links: |
| 215 | + - title: "Support" |
| 216 | + url: "/support" |
| 217 | + description: "Get help" |
| 218 | + priority: 0.8 |
| 219 | + changefreq: "monthly" |
| 220 | + |
| 221 | + - title: "Blog" |
| 222 | + url: "/blog" |
| 223 | + description: "Latest articles" |
| 224 | + priority: 0.8 |
| 225 | + changefreq: "daily" |
| 226 | + |
| 227 | + - title: "Discussion" |
| 228 | + url: "/discussion" |
| 229 | + description: "Community discussions" |
| 230 | + priority: 0.7 |
| 231 | + changefreq: "weekly" |
| 232 | + |
| 233 | + - title: "Working Groups" |
| 234 | + url: "/working-groups" |
| 235 | + description: "Community working groups" |
| 236 | + priority: 0.6 |
| 237 | + changefreq: "monthly" |
| 238 | + |
| 239 | + - title: "Podcast" |
| 240 | + url: "/insights" |
| 241 | + description: "Quarkus Insights" |
| 242 | + priority: 0.7 |
| 243 | + changefreq: "weekly" |
| 244 | + |
| 245 | + - title: "Events" |
| 246 | + url: "/events" |
| 247 | + description: "Upcoming events" |
| 248 | + priority: 0.7 |
| 249 | + changefreq: "weekly" |
| 250 | + |
| 251 | + - title: "Newsletter" |
| 252 | + url: "/newsletter" |
| 253 | + description: "Email newsletter" |
| 254 | + priority: 0.6 |
| 255 | + changefreq: "monthly" |
| 256 | + |
| 257 | + - title: "Roadmap" |
| 258 | + url: "https://github.com/orgs/quarkusio/projects/13/views/1" |
| 259 | + description: "Project roadmap" |
| 260 | + priority: 0.7 |
| 261 | + changefreq: "weekly" |
| 262 | + external: true |
| 263 | + |
| 264 | + - title: "Benefactors" |
| 265 | + url: "/benefactors" |
| 266 | + description: "Project supporters" |
| 267 | + priority: 0.5 |
| 268 | + changefreq: "monthly" |
| 269 | + |
| 270 | + - title: "Foundation & Governance" |
| 271 | + id: "foundation" |
| 272 | + links: |
| 273 | + - title: "Foundation" |
| 274 | + url: "/foundation" |
| 275 | + description: "Quarkus Foundation" |
| 276 | + priority: 0.7 |
| 277 | + changefreq: "monthly" |
| 278 | + |
| 279 | + - title: "Foundation FAQ" |
| 280 | + url: "/foundation/faq" |
| 281 | + description: "Foundation questions" |
| 282 | + priority: 0.6 |
| 283 | + changefreq: "monthly" |
| 284 | + |
| 285 | + - title: "Benefactors" |
| 286 | + url: "/benefactors" |
| 287 | + description: "Project supporters" |
| 288 | + priority: 0.5 |
| 289 | + changefreq: "monthly" |
| 290 | + |
| 291 | + - title: "Security Policy" |
| 292 | + url: "/security" |
| 293 | + description: "Security reporting" |
| 294 | + priority: 0.8 |
| 295 | + changefreq: "monthly" |
| 296 | + |
| 297 | + - title: "Usage Statistics" |
| 298 | + url: "/usage" |
| 299 | + description: "Adoption metrics" |
| 300 | + priority: 0.6 |
| 301 | + changefreq: "monthly" |
| 302 | + |
| 303 | + - title: "Usage Policy" |
| 304 | + url: "/usage/policy" |
| 305 | + description: "Usage terms" |
| 306 | + priority: 0.5 |
| 307 | + changefreq: "yearly" |
0 commit comments