Merged
Conversation
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com> Co-authored-by: brian.le <brian.le@imply.io>
1 task
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
Add link to druid slack channel
Contributor
Author
|
Things that can be done outside of this PR is to cleanup some more of the remaining Jekyll files. They're not hurting anything if we don't get to it in this PR. |
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.
This PR updates
druid-website-srcto Docusaurus 2 and removes Jekyll as part of the build process. It's been styled to look as much as the current site as I'm capable of with help from @ektravel.When this PR and the publishing process PR are merged (this one first), the repo can republish the 26.0.0 version of the site.
Build preview: https://deploy-preview-1--frabjous-kulfi-9f6ae5.netlify.app/
Changed
docusaurus.config.js.npm|yarn installand thenyarn|npm run startin the root of the repo. The root of this repo is equivalent to the how we used thewebsitedirectory in Docusaurus 1.static/jsto follow the Docusaurus convention.src/pages/to follow Docusaurus convention.apache/druidnow solely functions as the source of truth for its corresponding files.website/sidebars.jsonwebsite/redirects.jsonNote that the site config does not get copied. This repo's site config is the source of truth.
apache/druid.latest. See the publishing PR #392 for details .Stayed the same:
Needs to be done
Thanks @ektravel, @writer-jill, @demo-kratia, @techdocsmith, and @vtlim for helping get this together and testing .