-
Notifications
You must be signed in to change notification settings - Fork 228
DOCS-543 - Berry widget demo env #4748
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
+240
−71
Closed
Changes from 18 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
15afb7c
Berry widget demo env
kimsauce e2c4b56
staging
kimsauce a075f6a
Update .github/workflows/pr.yml
kimsauce 9248750
edits
kimsauce fc72909
edits
kimsauce 5f5b918
fix
kimsauce b7afc94
fix link
kimsauce 64fce9c
Merge branch 'main' into berry
kimsauce fba74a2
Merge branch 'main' into berry
kimsauce 3446d32
Add suggested question prompts
kimsauce 2dc71f8
Merge branch 'berry' of github.com:SumoLogic/sumologic-documentation …
kimsauce 8104cd7
Merge branch 'main' into berry
kimsauce 98f1b35
Merge branch 'main' into berry
kimsauce 0d38907
undo
kimsauce 40cd418
Update src/pages/index.tsx
kimsauce c43d3bd
undo
kimsauce 07ba48e
Merge branch 'berry' of github.com:SumoLogic/sumologic-documentation …
kimsauce b21627f
Update src/css/sumo.scss
kimsauce 0906449
Merge branch 'main' into berry
kimsauce 2821875
Merge branch 'main' into berry
kimsauce f22f120
redesign
kimsauce b465d27
Merge branch 'main' into berry
kimsauce 4d94f3c
css fixes, add more Qs
kimsauce e11638c
Merge branch 'main' into berry
kimsauce adca3ec
Merge branch 'main' into berry
kimsauce fb8772c
Merge branch 'main' into berry
kimsauce 56b146f
Merge branch 'main' into berry
kimsauce 540caf0
added light/dark mode toggle
kimsauce dd46b9b
light/dark toggle
kimsauce File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| name: deploy-to-review | ||
|
|
||
| on: workflow_dispatch | ||
|
|
||
| jobs: | ||
| deploy-to-review: | ||
| uses: SumoLogic/sumologic-documentation/.github/workflows/build_and_deploy.yml@main | ||
| with: | ||
| hostname: https://d2t1s0ah22jxsa.cloudfront.net | ||
| base_url: /${{ github.ref_name }}/ | ||
| environment: review/${{ github.ref_name }} | ||
| secrets: | ||
| S3_BUCKET_NAME: ${{ secrets.REVIEW_S3_BUCKET_NAME }} | ||
| CLOUDFRONT_DISTRIBUTION_ID: ${{ secrets.REVIEW_CLOUDFRONT_DISTRIBUTION_ID }} | ||
| AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} | ||
| AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} |
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.