Merge lp:~dpm/help-app/question-navigation into lp:~ubuntu-touch-coreapps-drivers/help-app/trunk
Proposed by
David Planella
Status: | Merged |
---|---|
Approved by: | David Planella |
Approved revision: | 82 |
Merged at revision: | 88 |
Proposed branch: | lp:~dpm/help-app/question-navigation |
Merge into: | lp:~ubuntu-touch-coreapps-drivers/help-app/trunk |
Diff against target: |
83 lines (+14/-2) 5 files modified
edit-here/content/pages/settings.md (+1/-0) edit-here/pelicanconf.py (+2/-0) edit-here/themes/web/templates/_head.html (+8/-0) edit-here/themes/web/templates/_header.html (+1/-1) edit-here/themes/web/templates/base.html (+2/-1) |
To merge this branch: | bzr merge lp:~dpm/help-app/question-navigation |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Daniel Holbach (community) | Approve | ||
Review via email:
|
Description of the change
Added list of questions at the top of each page for easy navigation via the toc python-markdown extension.
Web theme: removed all non-essential CSS and JS files for easier debugging. Reverted to online-only assets for now, will go back to offline assets later.
Known issues:
- I've only added the TOC to one of the content files. If it works well, I'll add it to the rest.
- This puts the [TOC] marker in the .pot file, which is likely to be broken by translators:
#. type: Plain text
#: content/
msgid "[TOC]"
msgstr ""
To post a comment you must log in.
Great work!
Should be easy to maintain and easy to use. Here's the necessary fix in translations.py:
https:/ /code.launchpad .net/~dholbach/ help-app/ question- navigation. fixes/+ merge/252431