8000 rework process handling by dothebart · Pull Request #3322 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

rework process handling #3322

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 16 commits into from
Sep 28, 2017
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
the Cookbook deserves a capital C!
  • Loading branch information
dothebart committed Sep 21, 2017
commit 3ed6eb592ac4c3e01d10151efd4c3f4a85662758
4 changes: 2 additions & 2 deletions Documentation/Books/AQL/styles/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function appendHeader() {
' <a href="#" data-book="HTTP">HTTP</a>\n' +
' </li>\n' +
' <li>\n' +
' <a href="#" data-book="cookbook">Cookbook</a>\n' +
' <a href="#" data-book="Cookbook">Cookbook</a>\n' +
' </li>\n' +
' <li class="downloadIcon" title="Download">\n' +
' <a href="https://www.arangodb.com/download-arangodb-docs" target="_blank">\n' +
Expand Down Expand Up @@ -131,7 +131,7 @@ function appendHeader() {
"Manual": "",
"AQL": "/Aql",
"HTTP": "/HttpApi",
"cookbook": "/cookbook"
"Cookbook": "/Cookbook"
};
currentBook = legacyMap[currentBook];
} else {
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Books/Cookbook/styles/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function appendHeader() {
' <a href="#" data-book="HTTP">HTTP</a>\n' +
' </li>\n' +
' <li class="active-tab">\n' +
' <a href="#" data-book="cookbook">Cookbook</a>\n' +
' <a href="#" data-book="Cookbook">Cookbook</a>\n' +
' </li>\n' +
' <li class="downloadIcon" title="Download">\n' +
' <a href="https://www.arangodb.com/download-arangodb-docs" target="_blank">\n' +
Expand Down Expand Up @@ -131,7 +131,7 @@ function appendHeader() {
"Manual": "",
"AQL": "/Aql",
"HTTP": "/HttpApi",
"cookbook": "/cookbook"
"Cookbook": "/Cookbook"
};
currentBook = legacyMap[currentBook];
} else {
Expand All @@ -142,4 +142,4 @@ function appendHeader() {

});

};
};
4 changes: 2 additions & 2 deletions Documentation/Books/HTTP/styles/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function appendHeader() {
' <a href="#" data-book="HTTP">HTTP</a>\n' +
' </li>\n' +
' <li>\n' +
' <a href="#" data-book="cookbook">Cookbook</a>\n' +
' <a href="#" data-book="Cookbook">Cookbook</a>\n' +
' </li>\n' +
' <li class="downloadIcon" title="Download">\n' +
' <a href="https://www.arangodb.com/download-arangodb-docs" target="_blank">\n' +
Expand Down Expand Up @@ -131,7 +131,7 @@ function appendHeader() {
"Manual": "",
"AQL": "/Aql",
"HTTP": "/HttpApi",
"cookbook": "/cookbook"
"Cookbook": "/Cookbook"
};
currentBook = legacyMap[currentBook];
} else {
Expand Down
4 changes: 2 additions & 2 deletions Documentation/Books/Manual/styles/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function appendHeader() {
' <a href="#" data-book="HTTP">HTTP</a>\n' +
' </li>\n' +
' <li>\n' +
' <a href="#" data-book="cookbook">Cookbook</a>\n' +
' <a href="#" data-book="Cookbook">Cookbook</a>\n' +
' </li>\n' +
' <li class="downloadIcon" title="Download">\n' +
' <a href="https://www.arangodb.com/download-arangodb-docs" target="_blank">\n' +
Expand Down Expand Up @@ -131,7 +131,7 @@ function appendHeader() {
"Manual": "",
"AQL": "/Aql",
"HTTP": "/HttpApi",
"cookbook": "/cookbook"
"Cookbook": "/Cookbook"
};
currentBook = legacyMap[currentBook];
} else {
Expand Down
0