| Index: chrome/common/extensions/docs/templates/json/chrome_sidenav.json
|
| diff --git a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
|
| index 938a1393af4a3b9fdea876bfe5d49899cc4ea124..d46721da5b3a70e4aad6690cd03310609c761102 100644
|
| --- a/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
|
| +++ b/chrome/common/extensions/docs/templates/json/chrome_sidenav.json
|
| @@ -812,35 +812,15 @@
|
| },
|
| {
|
| "title": "Pepper API Reference",
|
| - "href": "/native-client/pepper_stable/index",
|
| + "href": "/native-client/c-api",
|
| "items": [
|
| {
|
| - "title": "Pepper C Interfaces",
|
| - "href": "/native-client/pepper_stable/c/group___interfaces"
|
| + "title": "Pepper C API",
|
| + "href": "/native-client/c-api"
|
| },
|
| {
|
| - "title": "Pepper C Structures",
|
| - "href": "/native-client/pepper_stable/c/group___structs"
|
| - },
|
| - {
|
| - "title": "Pepper C Functions",
|
| - "href": "/native-client/pepper_stable/c/group___functions"
|
| - },
|
| - {
|
| - "title": "Pepper C Enums",
|
| - "href": "/native-client/pepper_stable/c/group___enums"
|
| - },
|
| - {
|
| - "title": "Pepper C Typedefs",
|
| - "href": "/native-client/pepper_stable/c/group___typedefs"
|
| - },
|
| - {
|
| - "title": "Pepper C Macros",
|
| - "href": "/native-client/pepper_stable/c/global_defs"
|
| - },
|
| - {
|
| - "title": "Pepper C++ Classes",
|
| - "href": "/native-client/pepper_stable/cpp/inherits"
|
| + "title": "Pepper C++ API",
|
| + "href": "/native-client/cpp-api"
|
| }
|
| ]
|
| },
|
|
|