-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(Dockerfile): Remove unnecessary code and comments
- Removed the `COPY --from=deps /opt/app/node_modules ./node_modules` line from the Dockerfile as it was not needed. - Also removed some commented out lines and unnecessary comments for better readability. feat(docusaurus.config.ts): Update onBrokenMarkdownLinks to 'throw' - Updated the `onBrokenMarkdownLinks` field in the Docusaurus configuration file to `'throw'` instead of `'warn'`. This will now throw an error when broken markdown links are encountered. fix(package.json): Correct port number in start and serve scripts - Corrected the port number in the `start` and `serve` scripts of the package.json file. Changed it from `5001` to `5000`.
- Loading branch information
1 parent
0aa9569
commit 97dae34
Showing
3 changed files
with
3 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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