From: Joel Marcey Date: Tue, 13 Sep 2016 16:13:59 +0000 (-0700) Subject: Add API links to the header bar X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2adab1dde278f5fbf265b9c54474553ae5547ea1;p=rocksdb.git Add API links to the header bar 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 --- diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 1d663672..87e84473 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -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