]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Add API links to the header bar
authorJoel Marcey <joelm@fb.com>
Tue, 13 Sep 2016 16:13:59 +0000 (09:13 -0700)
committerJoel Marcey <joelm@fb.com>
Tue, 13 Sep 2016 16:13:59 +0000 (09:13 -0700)
Summary:
Until we get new API infra for gh-pages, this will point to the C++ headers and Java
files, respectively for API information.

Test Plan:
Visual

https://www.facebook.com/pxlcld/pwzQ

Reviewers: lgalanis, sdong

Reviewed By: sdong

Subscribers: andrewkr, dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D63771

docs/_data/nav.yml

index 1d663672de5fdcb832d18b98fb70c92b302328c4..87e844737da436e97c4139c72524319cdf2a35f1 100644 (file)
@@ -2,6 +2,14 @@
   href: /docs/
   category: docs
 
+- title: API (C++)
+  href: https://github.com/facebook/rocksdb/tree/master/include/rocksdb
+  category: api
+
+- title: API (Java)
+  href: https://github.com/facebook/rocksdb/tree/master/java/src/main/java/org/rocksdb
+  category: api
+
 - title: Support
   href: /support.html
   category: support
@@ -12,4 +20,4 @@
 
 - title: Facebook
   href: http://www.facebook.com/
-  category: facebook
\ No newline at end of file
+  category: facebook