Skip to content

Commit 1102158

Browse files
ktx-abhishekMonil-KTXktx-krupaDebashisBorgohainO2
authored
Dev (#241)
* Add feedback widget and modal for user feedback submission (#193) * Add feedback widget and modal for user feedback submission - Introduced a feedback button in the footer that opens a modal for users to submit feedback. - Created a feedback modal with tabs for different feedback types (Issue, Idea, Other). - Implemented JavaScript functionality to handle modal opening, closing, and form submission. - Added SVG icon for the feedback button. - Styled the feedback modal and button using Tailwind CSS classes. - Included error handling for feedback submission failures. - Ensured responsive design for the feedback modal across different screen sizes. * feat: implement newsletter subscription with reCAPTCHA validation * feat: add segment related code for the send data to swisspipe --------- Co-authored-by: krupa <[email protected]> * Feat/integration of news letter and feedback menu (#194) * Add feedback widget and modal for user feedback submission - Introduced a feedback button in the footer that opens a modal for users to submit feedback. - Created a feedback modal with tabs for different feedback types (Issue, Idea, Other). - Implemented JavaScript functionality to handle modal opening, closing, and form submission. - Added SVG icon for the feedback button. - Styled the feedback modal and button using Tailwind CSS classes. - Included error handling for feedback submission failures. - Ensured responsive design for the feedback modal across different screen sizes. * feat: implement newsletter subscription with reCAPTCHA validation * feat: add segment related code for the send data to swisspipe * fix: update placeholder for other * fix: update capcha related code --------- Co-authored-by: ktx-monil <[email protected]> * Feature/grafana plugin integration (#197) * update the grafana_plugin.md page * update the file name to fix the url * delete the grafana_plugin.md file * update the openobserve-plugin-for-grafana.md file * fix: numbered list issue --------- Co-authored-by: Debashis Borgohain <[email protected]> * feat: integrate reCAPTCHA for newsletter subscription form (#198) * feat: integrate reCAPTCHA for newsletter subscription form * update toast message --------- Co-authored-by: ktx-monil <[email protected]> * update regex-pattern.md (#185) * Fix/resolve feedback menu related issue (#200) * fix: resolve-feedback-menu-related-issue * fix: remove wrangler configuration file * fix: enhance newsletter form with submit button and reset functionality (#199) * updated sensitive-data-redaction.md (#203) * Update documentation under /management to reflect latest UI changes (#204) * Fix/make theme related changes (#207) * fix: remove unnecessary line in analytics event handling * feat: add theme persistence functionality and integrate with MkDocs * fix: refactor header layout and improve mobile menu functionality (#208) * Fix/change width related css for md content (#209) * fix: adjust max-width for responsive design in CSS files * fix: update max-width for responsive design in navbar and CSS * update traces documentation (#210) * update the index page under /traces * Revert "update the index page under /traces" This reverts commit 344d70b. * Traces updates (#211) * update traces documentation * update traces/index.md * fix: update secondary sidebar styles for consistent height and scroll… (#212) * fix: update secondary sidebar styles for consistent height and scroll behavior * fix: ensure secondary sidebar is hidden on small screens * fix: remove empty versions.json file (#214) * Create federated search documentation (#216) * fix: comment out version provider in mkdocs configuration * fix: add header-list-style class for consistent list styling in header and footer * fix: update header-list-style for consistent spacing in lists * Update deploy-docs-staging.yaml * Create federated search documentation (#216) * fix: update header-list-style for consistent spacing in lists * fix: add header-list-style class for consistent list styling in header and footer * Update deploy-docs-staging.yaml * Update enterprise feature availability markings across documentation portal * docs: Add Pipeline Remote Destinations guide (#229) * doc: document the dynamically reloadable config and custom config file path (#230) * doc fix: fix formatting in the remote destination document (#231) * doc fix: formatting in remote destination doc (#232) * docs: add multi-stream query support to Tantivy indexing documentation (#233) * Update deploy-docs.yaml * fix: update newsletter endpoint formatting and add new footer links for partners and demo requests * docs update (#237) - etcd support removed - Aggregation cache metrics - not match(), not str_match - new patterns for match_all() * Update doc 2 (#238) * docs update - etcd support removed - Aggregation cache metrics - not match(), not str_match - new patterns for match_all() * update the full-text-search.md file * update the full-text-search.md file * Update doc 2 (#239) * docs update - etcd support removed - Aggregation cache metrics - not match(), not str_match - new patterns for match_all() * update the full-text-search.md file * update the full-text-search.md file * update the full-text-search.md file --------- Co-authored-by: Monil-KTX <[email protected]> Co-authored-by: krupa <[email protected]> Co-authored-by: Debashis Borgohain <[email protected]>
1 parent 74ea121 commit 1102158

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1153
-134
lines changed

.github/workflows/deploy-docs-staging.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
5050
- name: Deploy to S3
5151
run: |
52-
aws s3 sync ./site s3://openobserve-website-staging/docs --exclude=".git/*"
52+
aws s3 sync ./site s3://openobserve-website-staging/docs --exclude=".git/*" --delete
5353
5454
- name: Invalidate CloudFront cache
5555
run: |
56-
aws cloudfront create-invalidation --distribution-id E2GZJM0TJIDFRM --paths "/docs/*"
56+
aws cloudfront create-invalidation --distribution-id E2GZJM0TJIDFRM --paths "/docs/*"
152 KB
Loading
189 Bytes
Loading
149 KB
Loading
150 KB
Loading
142 KB
Loading
258 KB
Loading
202 KB
Loading
200 KB
Loading
369 KB
Loading

0 commit comments

Comments
 (0)