Offline docs: remove need for .html
Bug #1898679 reported by
Anthony Dillon
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MAAS |
Fix Released
|
Low
|
Alberto Donato | ||
MAAS documentation |
Fix Released
|
Low
|
Bill Wear |
Bug Description
If the docs are served by a server we could and should drop the .html from the docs links and locations.
Related branches
~ack/maas:offline-docs-append-html
- MAAS Lander: Needs Fixing
- Adam Collard (community): Approve
-
Diff: 89 lines (+47/-5)2 files modifiedsrc/maasserver/tests/test_webapp.py (+41/-5)
src/maasserver/webapp.py (+6/-0)
Changed in maas: | |
status: | New → In Progress |
importance: | Undecided → Low |
assignee: | nobody → Alberto Donato (ack) |
milestone: | none → 2.9.0b7 |
Changed in maas: | |
status: | In Progress → Fix Committed |
Changed in maas-offline-docs: | |
status: | New → Triaged |
assignee: | nobody → Bill Wear (billwear) |
importance: | Undecided → Low |
Changed in maas: | |
status: | Fix Committed → Fix Released |
Changed in maas-doc: | |
status: | Triaged → Fix Released |
To post a comment you must log in.
Note that docs are currently served by twisted, not by nginx (which can be just configured to match files by adding the extension).
I'm not sure if the builtin web resource can be configured to handle that or we need extra logic to do that.