nav.yml 747 B

123456789101112131415161718192021222324252627282930
  1. - title: Docs
  2. href: /docs/
  3. category: docs
  4. - title: GitHub
  5. href: https://github.com/facebook/rocksdb/
  6. category: external
  7. - title: API (C++)
  8. href: https://github.com/facebook/rocksdb/tree/master/include/rocksdb
  9. category: external
  10. - title: API (Java)
  11. href: https://github.com/facebook/rocksdb/tree/master/java/src/main/java/org/rocksdb
  12. category: external
  13. - title: Support
  14. href: /support.html
  15. category: support
  16. - title: Blog
  17. href: /blog/
  18. category: blog
  19. - title: Facebook
  20. href: https://www.facebook.com/groups/rocksdb.dev/
  21. category: external
  22. # Use external for external links not associated with the paths of the current site.
  23. # If a category is external, site urls, for example, are not prepended to the href, etc..