-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-454 make docs version aware and add version navigator #728
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
Conversation
DOCS-454 conf.py modified to track version information better sphinx variable 'version' changed to be the actual version (2.2,2.4) variable release must be the point release (eg 2.2.3) Checkpoint DOCS-454 version/page flipping in jquery DOCS-454 add version navigation
@@ -130,6 +131,10 @@ | |||
'jira_project': 'DOCS', | |||
'google_analytics': 'UA-7301842-8', | |||
'project': 'manual', | |||
'version': version, | |||
'versions': [{'v':"2.2", 't':"v2.2"},{'v':"2.4", 't':"v2.4"}], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is, to be clear, a list of python dicts. and might be fragile if your JS expects keys to appear in a certain order.
also more descriptive field names might be more clear in the future
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also we shouldn't hard code this like this, but I'll capture this information from the meta script and make a pull request against this tonight if I can manage, or tomorrow.
merged! |
* DOCSP-44435-clarify-compass-buttons * typo fix and spacing * reviewer updates
(cherry picked from commit e76dd3b)
) * (DOCSP-14151) Removes deprecated language * (DOCSP-14151) Cherry picks relevant change from original PR
<!-- Add a description of your PR here (optional) --> - [JIRA](https://jira.mongodb.org/browse/DOCSP-45773) - [STAGING](https://deploy-preview-728--docs-ops-manager.netlify.app/reference/api/groups/delete-one-group/) Will backport to v8.0 and v7.0. ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
…728) (#744) # Backport This will backport the following commits from `master` to `v8.0`: - [(DOCSP-36534) Adds admonition to delete one endpoint. (#728)](10gen/docs-ops-manager#728) <!--- Backport version: 9.6.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
…728) (#745) # Backport This will backport the following commits from `master` to `v7.0`: - [(DOCSP-36534) Adds admonition to delete one endpoint. (#728)](10gen/docs-ops-manager#728) <!--- Backport version: 9.6.2 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
No description provided.