Docusaurus swizzle search - #5850
Closed
mhessdev wants to merge 181 commits into
Closed
Conversation
* Update to latest Docusaurus * add all ORM docs * Add stub custom components needed by ORM docs * remove comments
* add accelerate docs and organize static imports * add pulse and platform docs
* add accelerate docs and organize static imports * add pulse and platform docs * Add About docs
* Add styled-components as a dependency * move remaining MDX files over * migrate some components for getting started page(s) * add TODOs and a few more placeholder MDX Components * images for getting started pages
* remove boilerplate pages * Prisma logos * sidebars, navbar items, and sidebar positioning
* make parallel blocks functional
* custom sidebar for docusaurus * update build * Update gitignore Update navbar/sidebars/styling * Add fonts * fix per rebase added footer update getting-started added tooltip added Icon * getting started * update tab padding * update index link for orm * some tidying up for theming * update theming * cleanup
* merge in prisma name change * missed inlinecode references * confirm build works
* update mobile layout for navbars * cleanup commented lines
* formatting * create new re-usable platform category * Docusaurus: Kapa.ai and OneTrust scripts (#5690) * add actual sidebarconfigitem type * linting
* add gtag and gtm
Co-authored-by: Jon Harrell <4829245+jharrell@users.noreply.github.com>
fix broken svgs for sqlite and mariadb
* Split homepage into different component sections and delete config file * vertical align
* fix kapa icon issue * add FA icons to footer * Update preview + duration badges * Fix menu caret * update active color * update footer to look exactly like prod * update footer multiple other points * update sidebar + padding for main content * update button and icon * push admonition * add subsections * update search input styling * fix breadcrumbs bug * update subsections * fix breadcrumbs
* add new pages for specific techs for techswitcher * add children to top block * update techswitcher title/topblock * update dark mode + icons * mobile ver * fix double title
* update admonition * line
* update color of icons on table * update missing classname for table icons update kbd elements color for darkmode
* edit EditThisPage component * update styling of edit this on github link --------- Co-authored-by: Prisma <goncalves@prisma.io>
* change baseUrl for migration testing
removes title from TopBlock and instead uses the default Docusaurus title but styled
jharrell
reviewed
Apr 10, 2024
Comment on lines
+1
to
+6
| { | ||
| "trailingComma": "es5", | ||
| "tabWidth": 4, | ||
| "semi": false, | ||
| "singleQuote": true | ||
| } |
Contributor
There was a problem hiding this comment.
adapted from the live site:
Suggested change
| { | |
| "trailingComma": "es5", | |
| "tabWidth": 4, | |
| "semi": false, | |
| "singleQuote": true | |
| } | |
| { | |
| "printWidth": 100, | |
| "jsxBracketSameLine": false, | |
| "singleQuote": true, | |
| "tabWidth": 2, | |
| "trailingComma": "es5", | |
| "semi": false, | |
| "plugins": ["prettier-plugin-prisma"], | |
| } |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Describe this PR
Made a swizzle component for saerch so we can customize things, also added some prettier files