From 2adab1dde278f5fbf265b9c54474553ae5547ea1 Mon Sep 17 00:00:00 2001 From: Joel Marcey Date: Tue, 13 Sep 2016 09:13:59 -0700 Subject: [PATCH] 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 --- docs/_data/nav.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 1d663672d..87e844737 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