PromucFlow_constructor/app/client/src
akash-codemonk f669954873
chore: update omnibar to work with docusaurus site (#18146)
Fixes #17501 

New index will be used once the algolia keys are updated https://github.com/appsmithorg/keys/pull/10

## Description

- Update algolia index name and keys. 
- Removed [app/client/gitbook-algolia-lambda.js](https://github.com/appsmithorg/appsmith/pull/18146/files#diff-cd4ea8ae515ff25aaad99dc86059b65cc9b67edcde4eb261e1e456497b6957d3). It is being replaced by [website/omnibar-algolia-index.js](https://github.com/appsmithorg/appsmith-docs/pull/564/files#diff-a3f32686fd88fe5556e1dec268d0fa72ddd30a7ca05af48e2d55f1a811acd2c0). 
- Fixes video and list styles of content shown in the omnibar. 
- Videos on docs.appsmith.com are wrapped in a `videoembed` tag so have updated the regex for the same. 
- Image urls also sometimes include algolia highlight tags which makes the url invalid have removed the same 
https://github.com/appsmithorg/appsmith/pull/18146/files#diff-0e7cdbf77157af62f50ece962a8d4e381b2c070c2453123e8a713298f9640e25R126.
- Docusaurus https://docusaurus.io/docs/markdown-features/admonitions have a different syntax have updated the regex to parse the same. https://github.com/appsmithorg/appsmith/pull/18146/files#diff-0e7cdbf77157af62f50ece962a8d4e381b2c070c2453123e8a713298f9640e25R154

TLDR
Make omnibar work with the new docs site.

## How Has This Been Tested?

- Manual

### Test Plan
> Add Testsmith test cases links that relate to this PR

### Issues raised during DP testing
https://github.com/appsmithorg/appsmith/issues/17501#issuecomment-1307043824

## Checklist:
### Dev activity
- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my feature works
- [x] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


### QA activity:
- [ ] Test plan has been approved by relevant developers
- [ ] Test plan has been peer reviewed by QA
- [ ] Cypress test cases have been added and approved by either SDET or manual QA
- [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA
- [ ] Added Test Plan Approved label after reveiwing all Cypress test
2022-11-21 08:25:33 +00:00
..
actions feat: [Context Switching]: Change focus target and fix cursor position (#17794) 2022-11-15 11:50:18 +05:30
api refactor: Code splitting of some files for invite modal on EE (#17847) 2022-10-26 15:30:55 +05:30
assets feat: Option to add new row in Table widget (#17515) 2022-11-05 15:24:20 +05:30
ce chore: update omnibar to work with docusaurus site (#18146) 2022-11-21 08:25:33 +00:00
components chore: update omnibar to work with docusaurus site (#18146) 2022-11-21 08:25:33 +00:00
constants feat: Option to add new row in Table widget (#17515) 2022-11-05 15:24:20 +05:30
ee chore: Splitting files to support groups on members page in EE (#18085) 2022-11-03 22:09:51 +05:30
enterprise
entities chore: added type for feature flag (#18152) 2022-11-14 19:04:51 +07:00
globalStyles chore: use typography and getTypographyFromKey from the design-system (#18050) 2022-11-16 11:32:00 +07:00
icons feat: migrate organisation to workspace (#13863) 2022-06-15 21:07:41 +05:30
mockComponentProps
mockResponses feat: RBAC framework (#14823) 2022-08-22 23:27:07 +05:30
mocks chore: integrate msw to browser to mock api requests (#15965) 2022-08-17 12:01:55 +05:30
navigation feat: [Context Switching]: Change focus target and fix cursor position (#17794) 2022-11-15 11:50:18 +05:30
normalizers
pages feat: Insturment JS Objects settings #16970 (#18046) 2022-11-21 13:10:35 +05:30
polyfills
reducers chore: linting performance improvement (#18101) 2022-11-18 15:53:24 +05:30
reflow feat: (Internal Change) Add auto height computation functions (#17962) 2022-11-20 11:42:32 +05:30
resizable perf: Widget re-rendering refactor (#14485) 2022-08-19 15:40:36 +05:30
sagas feat: (Internal Change) Add auto height computation functions (#17962) 2022-11-20 11:42:32 +05:30
selectors chore: linting performance improvement (#18101) 2022-11-18 15:53:24 +05:30
templates
theme fix: Table reskinning (#17228) 2022-10-14 10:23:31 +05:30
transformers fix: Fix Api url path issue (#16628) 2022-09-13 05:02:59 +00:00
utils feat: Insturment JS Objects settings #16970 (#18046) 2022-11-21 13:10:35 +05:30
widgets fix: Cyclic deps in Table widget shouldn't crash the app (#18217) 2022-11-18 16:24:35 +05:30
workers chore: linting performance improvement (#18101) 2022-11-18 15:53:24 +05:30
.gitignore
App.css
AppErrorBoundry.tsx add analytics log on app crash (#14575) 2022-06-22 16:00:33 +05:30
AppRouter.tsx feat: Integrating with tenant API on the client to fetch tenant configurations from the server (#17577) 2022-10-15 20:21:25 +05:30
index.css fix: RTE + Form + JSONForm reskinning (#16956) 2022-09-28 17:28:40 +00:00
index.tsx chore: migrate toast (#17208) 2022-10-14 01:43:44 +05:30
LandingScreen.tsx chore: code split sagas and reducer's index file (#16261) 2022-08-24 17:46:32 +05:30
react-app-env.d.ts
RouteBuilder.ts feat: fork templates inside an existing app (#17184) 2022-09-30 19:11:04 +05:30
RouteParamsMiddleware.ts chore: code changes to support clean urls v2 (#14757) 2022-07-11 09:36:29 +05:30
serviceWorker.js fix: Log ChunkLoadError on Sentry only after 3rd failure (#18196) 2022-11-18 09:33:23 +00:00
store.ts feat: Split evaluation and linting (#17287) 2022-11-03 14:53:15 +05:30
wdyr.ts