Github user deathbearbrown commented on a diff in the pull request:
https://github.com/apache/couchdb-fauxton/pull/33#discussion_r16429398
--- Diff: app/helpers.js ---
@@ -36,24 +36,26 @@ function(utils, d3) {
return path;
};
+
// Get the URL for documentation, wiki, wherever we store it.
// update the URLs in documentation_urls.js
Helpers.docs = {
- "docs": "/_utils/docs/intro/api.html#documents",
- "all_dbs":
"/_utils/docs/api/server/common.html?highlight=all_dbs#get--_all_dbs",
- "replication_doc": "/_utils/docs/replication/replicator.html#basics",
- "design_doc": "/_utils/docs/couchapp/ddocs.html#design-docs",
- "view_functions": "/_utils/docs/couchapp/ddocs.html#view-functions",
- "map_functions": "/_utils/docs/couchapp/ddocs.html#map-functions",
- "reduce_functions":
"/_utils/docs/couchapp/ddocs.html#reduce-and-rereduce-functions",
- "api_reference": "/_utils/docs/http-api.html",
- "database_permission":
"/_utils/docs/api/database/security.html#db-security",
- "stats":
"/_utils/docs/api/server/common.html?highlight=stats#get--_stats",
- "_active_tasks":
"/_utils/docs/api/server/common.html?highlight=stats#active-tasks",
- "log": "/_utils/docs/api/server/common.html?highlight=stats#log",
- "config": "/_utils/docs/config/index.html",
- "views": "/_utils/docs/intro/overview.html#views",
- "changes":
"/_utils/docs/api/database/changes.html?highlight=changes#post--db-_changes"
--- End diff --
It was, I just updated
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---