stable

Clone or download

Read-only

feat: add table of contents

To navigate the document more easily, we have added a table of contents. To test go to https://example.com/artidoc/:id and link artifact to your document in your database. Part of story #37542: display a read only Document Change-Id: I100fa4911d34fb0a055f5575e6f559a2bd2ddb60

Modified Files

Name
M plugins/artidoc/include/Artidoc/artidoc.mustache +2 −2 Go to diff View file
M plugins/artidoc/scripts/artidoc/po/fr_FR.po +3 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/App.vue +29 −4 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/TableOfContents.test.ts +66 −0 Go to diff View file
A plugins/artidoc/scripts/artidoc/src/components/TableOfContents.vue +63 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/themes/artidoc.scss +11 −0 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/views/DocumentContent.test.ts +17 −2 Go to diff View file
M plugins/artidoc/scripts/artidoc/src/views/DocumentContent.vue +6 −2 Go to diff View file