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.
SUMMARY
Fix link to
docker_build_push.sh
indocs/docs/installation/installing-superset-from-scratch.mdx
Fix syntax of link to
setup.py
file indocs/docs/installation/installing-superset-from-scratch.mdx
Fix links in multiple doc pages so that they take us to the locally hosted URL when we run the docs using the below commands
cd docs npm run start
TESTING INSTRUCTIONS
Start local version of docs using the below commands
cd docs npm run start
Visit http://localhost:3000/docs/installation/installing-superset-from-scratch
Before the fix -
setup.py
was shown as plain textAfter the fix -
setup.py
is highlighted as a linkClicking on
this file
link on the same page should take us to a valid file on the GitHub.Clicking on
Configuring Superset
should take us to http://localhost:3001/docs/installation/configuring-superset instead of https://superset.apache.org/docs/installation/configuring-superset/ . We can test other pages in the same way.