How can this plugin be better? #18
Replies: 2 comments 2 replies
-
I'm confused by the multiple question marks in the URL: '!import {url}?branch={branch}?docs_dir={path}?multi_docs={True | False}?config={filename}.yml' The question mark is used as a separator for the query string in a URL. But here it is also used to separate query parameters, instead of the ampersand This plugin would be better if I could specify the imported files, e.g.: import: ['examples/index.md', 'examples/api/sending_requests.md'] This plugin would be better if the imported directories had URL-friendly names, see #24. This plugin would be better if I could import a single file without creating a section, see #11. This plugin would be better if tags can be used instead of branches. With support of |
Beta Was this translation helpful? Give feedback.
-
I am tinkering with the plugin, and it looks really good for our use-cases. After some evaluation I lean towards adopting MkDocs + Multirepo-Plugin + Material for MkDocs in WireMock, because we would like to offer Antora-alike experience to the community mostly using Markdown at the moment (FTR wiremock/wiremock.org#24). And the combination is a great start, and I was surprised how smootly the combination worked. There is a lot that could be done to make it on par with Antora, and I hope to contribute a few features to the plugin. Some items on the top of my list:
|
Beta Was this translation helpful? Give feedback.
-
👋 Hey!
First off, thanks to everyone trying out this plugin and creating issues to make it better! A few have suggested changes (e.g., issue #11) and since I'd like to make sure the configuration is intuitive and the plugin useful for everyone, I'd like to see if anyone else has thoughts or suggestions. Feel free to comment below with something along the lines of:
Beta Was this translation helpful? Give feedback.
All reactions