-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split the repo to two: Jekyll & Docusaurus #1
Labels
enhancement
New feature or request
Comments
This was referenced Mar 30, 2022
huan
added a commit
to Chatie/server
that referenced
this issue
Apr 1, 2022
Implemented and has been updated online today: |
It seems that everything works as expected. #
# Web Root
#
location / {
try_files $uri @jekyll @docusaurus;
} The above Nginx location settings will help us to return files we are not sure where they are: the proxy will try both For example, the below links both work for now: The real URL of the above files are: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have one repo of the wechaty.js.org for both the Jekyll & Docusaurus system and are using the build process to merge all the artifacts built to the same webroot folder, to serve our users.
However, from today's perspective, the repo has been grown bigger and bigger, and the build time for the huge repo is going to be slower and slower.
So we decided to split this mono-repo into two:
Jekyll
Folders and files:
Docusaurus
To be list
The text was updated successfully, but these errors were encountered: