Live docmd and Suggestions #6
Replies: 8 comments 6 replies
-
|
Thanks for sharing your live site! It looks really clean. Your feedback on customization is very practical—especially the 'logo + text' and 'links in header' points. Those are definitely common requirements for documentation sites. For the LaTeX support, if docmd doesn't support it natively yet, you might be able to inject KaTeX via a custom script as a workaround for now. The idea of exposed strings for localization (instead of a full i18n system) is also a great suggestion for keeping things simple. Have you considered opening these as individual feature requests or even PRs? |
Beta Was this translation helpful? Give feedback.
-
|
Duly Noted! |
Beta Was this translation helpful? Give feedback.
-
So we just released 0.5.0 now, one of your requests are implemented with this release, and possibly will cover more requests with further releases. Now you can just turn the docmd footer branding off officially: Don't forget to spread the word. Do share your feedback on the release. I will keep updating this space with more releases coming. |
Beta Was this translation helpful? Give feedback.
-
Added extended support in 0.5.1. You can now hide the header. No menu-bar yet, but we're getting there. layout: {
header: {
enabled: true
}
} |
Beta Was this translation helpful? Give feedback.
-
Well we've now released a whole menubar option now with 0.5.2, you can add links, icons, and customize it's position and even put optionsMenu in there. It's still an early release so we hope for a much improved and robust version in near future.
Oh it's already there since the beginning, if you simply remove the logo, the site
Possibly documentation previously was not detailed enough, I have updated the docs but most effective would be using inspect tools in your browser and reuse whatever element you want to in a custom CSS, it will be given priority over default stylesheets. |
Beta Was this translation helpful? Give feedback.
-
Update to 0.6.9 release and install math plugin with: It's extremely light and seamlessly works with docmd. Only 1 to go. |
Beta Was this translation helpful? Give feedback.
-
|
And that’s the milestone done. 🎉 i18n is now officially supported from 0.7.0 onwards. This whole 0.7.x series is going to be a big one and will likely shape the final form of docmd. Thanks for all the great suggestions, @replicant026. |
Beta Was this translation helpful? Give feedback.
-
|
@mgks you awessome! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, a quick thank you. I had started creating my documentation page using VitePress (which, by the way, is just as simple, but I liked docmd and decided to migrate entirely to it).
I loved docmd, here's the website to see it live: https://defast.com.br/docs/
Regarding some points that I think could be improved or that I missed:
Better documentation: here I'll use VitePress as an example, their documentation page is complete with everything possible, which helps a lot.
Better Customization:
Sorry if the text seemed critical, but I really loved docmd and pointed out what I think could be improved.
Beta Was this translation helpful? Give feedback.
All reactions