config.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. languageCode: "en-us"
  16. DefaultContentLanguage: "en"
  17. title: "Ozone"
  18. theme: "ozonedoc"
  19. pygmentsCodeFences: true
  20. uglyurls: true
  21. relativeURLs: true
  22. menu:
  23. main:
  24. - identifier: Starting
  25. name: "Getting Started"
  26. title: "Getting Started"
  27. url: runningviadocker.html
  28. weight: 1
  29. - identifier: Client
  30. name: Client
  31. title: Client
  32. url: commandshell.html
  33. weight: 2
  34. - identifier: Tools
  35. name: Tools
  36. title: Tools
  37. url: dozone.html
  38. weight: 3
  39. - identifier: Recipes
  40. name: Recipes
  41. title: Recipes
  42. url: prometheus.html
  43. weight: 4