Homepage/Landing Page Feature #7
robotgoat
started this conversation in
Suggestions
Replies: 1 comment 1 reply
-
|
Thank you for the compliment and suggestions, you can checkout the new release 0.6.7 which addresses what you are looking for. To create your landing page, you can now use the ---
noStyle: true
menubar: true
spa: true
---To make building your landing page even easier, we’ve introduced a new Hero Container that handles split layouts for text and media (like videos or images) automatically: ::: hero layout:split glow:true
# Amazing Heading
The minimalist documentation generator.
::: button "Get Started" /intro color:blue
== side
::: embed "https://www.youtube.com/watch?v=your-video"
:::You can find more details in the Hero Container documentation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, this is an awesome documentation project and much needed alternative to Docusaurus as I've encountered some issues with it that make it hard to use.
The core documentation generator seems to work amazingly, but I have a question about the use of No Style pages and their use as a home page. Docusaurus has an index.ts file that acts as the landing page that can optionally be disabled to produce only the documentation content. I'm trying to do the same by following the examples for No Style pages, but I'm unclear on how to get it to work. As a test, I copied the Marketing Landing Page example in the docs, but the docmd button container in the example doesn't renter when noStyle is set to true.
I would appreciate any help in getting a landing page with a menubar and hero container that can show an image or video to work using and I apologize if I'm misunderstanding how it works. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions