Support Version/Language dropdown menu & custom CSS/JS support#150
Open
life1347 wants to merge 4 commits into
Open
Support Version/Language dropdown menu & custom CSS/JS support#150life1347 wants to merge 4 commits into
life1347 wants to merge 4 commits into
Conversation
👷 Deploy request for hugo-lotusdocs pending review.Visit the deploys page to approve it
|
| </span></div> | ||
|
|
||
| <div class="w-100"> | ||
| <p>Version <strong>{{ $currentVersion | markdownify }}</strong> documentation is <strong>unreleased and frequently changed</strong>. For up-to-date information, see the <a href="{{ $latestVersionUrl | safeURL }}" target="_blank"><strong>latest version</strong></a>.</p> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link
| </span></div> | ||
|
|
||
| <div class="w-100"> | ||
| <p>Version <strong>{{ $currentVersion | markdownify }}</strong> documentation is <strong>no longer actively maintained</strong>. The version you are currently viewing is an archived snapshot. For up-to-date information, see the <a href="{{ $latestVersionUrl | safeURL }}" target="_blank"><strong>latest version</strong></a>.</p> |
Check warning
Code scanning / CodeQL
Potentially unsafe external link
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Please describe the changes made in the pull request here.
This PR aims to add useful features, include
https://v0-2.lotusdocs.dev/, and user is responsible to add new DNS and hosting a site for out-of-date docs.Version dropdown menu
Multilingual mode
Banner for archived doc
Banner for unreleased doc
To enable these features, following config must be add to
hugo.tomlFor
Multilingual, language specific documentation must be placed in thecontent/<lang>/docs, like the followingTo add custom CSS/JS, you must place files under
static/css&static/js. For example, I addcustom.cssand thehugo.tomlI've used isBelow you'll find a checklist. For each item on the list, check one option and delete the other.
Dark mode