[docseng-99] removes websites-sources go module #31175
Draft
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.
What does this PR do? What is the motivation?
websites-sources
data from s3 at build timemotivation:
Merge instructions
this is blocked on docs-ci pr first
Additional notes
Preview
preview site here (note this could get out of date):
https://docs-staging.datadoghq.com/brian.deutsch/docseng-99-s3
we need to check pages/data sourced from websites-sources and ensure it is building and rendering correctly.
examples:
integrations: https://docs-staging.datadoghq.com/brian.deutsch/docseng-99-s3/integrations
rbac permissions: https://docs-staging.datadoghq.com/brian.deutsch/docseng-99-s3/account_management/rbac/permissions
cloud siem content packs: https://docs-staging.datadoghq.com/brian.deutsch/docseng-99-s3/security/cloud_siem/content_packs/#overview
iac rules: https://docs-staging.datadoghq.com/brian.deutsch/docseng-99-s3/security/code_security/iac_security/iac_rules/
semantic core metrics mapping: https://docs-staging.datadoghq.com/brian.deutsch/docseng-99-s3/opentelemetry/mapping/metrics_mapping/
Local Testing
going forward docs should be able to review integrations that are in the APW review bucket at the time of building locally. this would be the preferred method of confirming upstream changes.
be sure to run
make clean-all
first to ensure no artifacts are leftover from previous buildspull this branch locally:
make start-no-pre-build
, andmake start
build successfully and render pages properly based on sourced data. (NOTEyarn start
isn't working as of now due to theaws-permissions
shortcode, this is known and being updated)yarn start
works (NOTE there is a known issue with this right now)make start-no-pre-build
worksmake start
works