-
Notifications
You must be signed in to change notification settings - Fork 1
[CAI-453][CAI-454] Add parsing metadata generation and documentation parsing #1553
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
Conversation
🦋 Changeset detectedLatest commit: 722a662 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
packages/gitbook-docs/src/scripts/generateUrlParsingMetadata.ts
Outdated
Show resolved
Hide resolved
# Conflicts: # apps/nextjs-website/scripts/fetch-docs.sh # apps/nextjs-website/scripts/fetch-local-docs.sh # apps/nextjs-website/scripts/update-docs-ci.sh
Co-authored-by: marcobottaro <[email protected]>
Branch is not up to date with base branch@MarBert it seems this Pull Request is not updated with base branch. |
Jira Pull Request LinkThis Pull Request refers to the following Jira issue CAI-453 |
All issues have been resolved
List of Changes
Add url parsing metadata generation and documentaion parsing to the sync pipeline
Motivation and Context
needed for the T1 update, in order to have the documentation on S3 bucket already parsed (correct Urls and Reusable content)
How Has This Been Tested?
On localhost you need to download the documentation and place it inside devportal-docs/docs
then you need to create the metadata file on the project root:
ts-node packages/gitbook-docs/src/scripts/generateUrlParsingMetadata.ts
ornpm run generate-url-parsing-metadata -w gitbook-docs
And then run
ts-node packages/gitbook-docs/src/scripts/parseDocUrlsAndIncludes.ts
ornpm run parse-docs -w gitbook-docs
Screenshots (if appropriate):
Types of changes
Checklist: