diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 71a3b6e6cdbb96878d3a8c61a9fb6a8f377fb1c7..108de0254531449c91a5a4629a5869037dc3aecf 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -4,15 +4,15 @@ - title: GitHub href: https://github.com/facebook/rocksdb/ - category: github + category: external - title: API (C++) href: https://github.com/facebook/rocksdb/tree/master/include/rocksdb - category: api + category: external - title: API (Java) href: https://github.com/facebook/rocksdb/tree/master/java/src/main/java/org/rocksdb - category: api + category: external - title: Support href: /support.html @@ -24,4 +24,7 @@ - title: Facebook href: https://www.facebook.com/groups/rocksdb.dev/ - category: facebook + category: external + +# Use external for external links not associated with the paths of the current site. +# If a category is external, site urls, for example, are not prepended to the href, etc.. diff --git a/docs/_includes/nav.html b/docs/_includes/nav.html index e62a4536696c44dae95447c26d3014b4a3ea2695..4481aca24aaa11641f511f8fcffb53a04f3213ee 100644 --- a/docs/_includes/nav.html +++ b/docs/_includes/nav.html @@ -11,7 +11,11 @@