[feat][website] add local debugging tools shell for website#11160
Merged
tuteng merged 4 commits intoapache:masterfrom Jul 1, 2021
Merged
[feat][website] add local debugging tools shell for website#11160tuteng merged 4 commits intoapache:masterfrom
tuteng merged 4 commits intoapache:masterfrom
Conversation
Signed-off-by: LiLi <urfreespace@gmail.com>
tuteng
reviewed
Jun 30, 2021
Member
tuteng
left a comment
There was a problem hiding this comment.
LGTM, please add introduction in readme file
Signed-off-by: LiLi <urfreespace@gmail.com>
Member
Author
@tuteng done, PTAL, thanks |
This reverts commit bdb793b.
Member
|
As we discussed just now, we do not add the instructions to READ.ME now since there might be a better and simpler way to handle this. I'll preview the local changes and need help from @urfreespace later, and then write down the instructions. |
Member
|
@tuteng could you please help review this PR? Thanks |
tuteng
approved these changes
Jul 1, 2021
bharanic-dev
pushed a commit
to bharanic-dev/pulsar
that referenced
this pull request
Mar 18, 2022
…1160) Currently, website construction test is not very convenient, you need to merge branches to see the effect, in order to facilitate local testing, I added this tool script, after building the website, you can execute `sh debug-site.sh` locally, you can access the latest build locally Website
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.
Currently, website construction test is not very convenient, you need to merge branches to see the effect, in order to facilitate local testing, I added this tool script, after building the website, you can execute
sh debug-site.shlocally, you can access the latest build locally WebsiteDoes this pull request potentially affect one of the following parts:
If yes was chosen, please highlight the changes
Dependencies (does it add or upgrade a dependency): (no)
The public API: (no)
The schema: (no)
The default values of configurations: (no)
The wire protocol: (no)
The rest endpoints: (no)
The admin cli options: (no)
Anything that affects deployment: (no)
Documentation
Does this pull request introduce a new feature? (no)