Commit 528a5d7
Add docs site code to develop branch (#1460)
* Update route name + formatting
* run yarn format
* add named layout for homepage and apply
* Add packags
* Use builtin navbar
* Fix layout
* remove comment
* add head info for homepage layout
* rename index file to use homepage layout
* remove max-width override
We don't want all pages to have max-width of 100%.
This is only relevant for the home page and this is a reason why we're using different layouts. We want to keep things separate.
* add NavBar import back.
* move low-level components to /base folder and update imports
* remove content-max-width check
We're using two different layouts. We don't need this fix for homepage on the docs layout. Please add homepage relevant changes to the relevant layout.
* import normalize into homepage layout
* add media queries to themes graphic
- rename files
- update import names
* remove height and width attributes from svgs
* add responsive styles for features graphics
- rename svg files+ imports
- hide scroll bars on scroll containers
* add ScrollContainer component
- create new base component
- use ScrollContainer in appropriate sections
* update favicon
* add more props to Flexbox component
* add link urls and use unplugin icons in Footer
* Adds back tabs for installation + fixes fonts
* add wallet connect image + remove examples link
* add kit-docs sidebar to homepage layout
* Create [...3]migration-guide.md
migrated the migration guide
* add slot to TextBlock component
remove placeholder anchor element
* update Button component
- add link + icon styles
- use anchor element
- tweak button style
* update Button usage instances
- add section id
* add hover transitions to social links
* add learn more and view demo links
* remove height and width from svg graphic
* add spacer div
* remove faux code block tabs
* remove Blocknative text from nav
* replace Blocknative nav text
* add local kit-docs theme variables
- override --kd-font-family-sans
- override --kd-color-gray-body
* update layouts
- use local theme variables file
- don't import vars.css or fonts.css
- remove Button import
- update brand color var
* update testimonials section
- add new graphic
- simplify styles
* add getting started markdown guide
* update getting started section
- import md file to access CodeFence features
- use .prose text styling from tailwind
- remove unused css
- remove unused markup
* remove empty spaces from code
* move font-face styles
- move @font-face declarations to fonts.css
- update layout imports
* add line numbers to code fence
* remove old code snippets + add tabs to all packages
* move app.css import to top of files
- This is currently causing conflicts. There are some yet to be resolved issues with our tailwind install. It seems like we're double-importing the Tailwind directives. Once in app.css from us and again in theme.css from kit-docs.
- This is a temp fix
* add max-width styles
- remove tailwind width classes. Not working as expected.
* add github social link to layouts
* move Tabs component to global components folder
- this makes it so they're imported into every single Markdown file
- move components to src/kit-docs
- remove imports from components/index.ts
- remove imports from md files
* tweak Tabs design
* update theming section
- add updated graphic
- add theming-code CodeFence
* update frameworks section
- add install-code CodeFence
* update installation md
- add white space
- remove extra spaces
* add the same nav links on both layouts
* add simple faq page
* update top nav
- add faq links
- add discord links
- add prerender to homepage
* update footer
- add youtube link
- spacing tweaks
* Prepare repo for static deployment + formating
* add last marketing pixel
* remove console log
* add current branch to workflow trigger for testing
* add Global site tag
* update tracking codes
* Create [...4]resources
* added resource links
* updated titles
* added supported networks list
* added init options link
* create faq.md
* added link to supported chains docs
* Re-org/re-name sidebar items
* fixed typo
* intro final draft
* updated title & intro
* core-updates
* Move examples to separate page
* added natively supported wallets
* Add react & svelte connect wallet example
* Fix build error
* Change sidebar title + fix connect wallet example
* modify workflow to allow manual trigger
* update workflow
* update workflow
* update workflow - add back current branch
* change which adapter is used
* update workflow for debugging
* update workflow path to built files
* update workflow path to built files
* remove hubspot embed code
* fix some broken links
* update landing page graphics
- center wallets row on larger screens
* add responsive code for themes graphic
* replace connect wallet image
* change FAQ route
* edit FAQ markdown
- add correct link
- remove old faq.md
* update images for hero section
- update hero-img.svg
- remove unused HeroBackground.svelte file
- small style updates to Button and HeroSection
* update theming section graphics
- add updated wallet-row graphic
- remove unused svg components
- style tweaks to theming section
* update wallets graphic
- add updated wallet-row svg
- update imports
- remove unused components
* fix svgs not displaying correctly in Safari
* update connect modal svg
* update blog link
* link added to faq
* customization file added
* fixed link & formatting
* added hint/info styling and customization
* Update onboard graphics
- fixed typo
* add zapper to users graphics
* remove unused svg
* svg updates
- update powered by badge code
- remove unused svgs
* Documentation - Theming Customizer (#1275)
* Update docs/src/lib/components/HeroSection.svelte
* Update docs/src/routes/docs/[...2]getting-started/[...2]customization.md
* Update docs/src/routes/docs/[...2]getting-started/[...2]customization.md
* change description on homepage
* Bump internal version, add enter submit for ifram url, reset btn closes onboard and resets mapping (#1278)
* remove unused import
* vercel adapter fix
* rename /theming to /theming-tool
* remove theming section for core package md
- reduce having the same info on two places
* update customization page
- rework admonition types.
- reduce the use of 'theming' in language. We don't really support themes. We support customizing some css properties via variables.
- remove fonts and borders section.
- update language to use css custom properties vs variables for clarity.
* update language
* fix unused selector warning
* add type to a favicon link
* add meta tag image
* add SEO components
- add twitter meta tags
- add OpenGraph meta tags
- add SEO index component
* add SEO component to homepage layout
* update favicon url
- it's not rendering correctly live for some reason
* Update branch for gh-pages workflow
* Update branch name for deploy trigger
* update favicon asset path
Co-authored-by: Taylor Dawson <[email protected]>
* Feature/uniswap example (#1280)
* Remove broken uniswap widget
* Use vercel adapter when ran in vercel
* Finish up example
* Remove unused deps
* Update formatting
* added explainer text
* Revert faq change
* lock sveltekit version
Co-authored-by: Murat Akdeniz <[email protected]>
* added explainer text to injected page
* change title of example page
* add description
* update versioning
* Revert "update versioning"
This reverts commit d6cef07.
* move meta image to assets folder
* Update docs/src/lib/components/SEO/index.svelte
Co-authored-by: Taylor Dawson <[email protected]>
* updated docs faq styling
added link to discord
tabbed over faq answers
* Update README.md
replaced initial svelt README with README for contributors
* Update [...2]onboard.js-migration-guide.md
updated links, punctuation and grammar.
* Update docs/README.md
Co-authored-by: Adam Carpenter <[email protected]>
* Update docs/README.md
Co-authored-by: Adam Carpenter <[email protected]>
* Update README.md
* Update [...2]onboard.js-migration-guide.md
* Rename [...2]onboard.js-migration-guide.md to [...3]onboard.js-migration-guide.md
* creating contribution guide
* added docs contribution guidelines
* minor typo fix
* addressed comments from PR and updated links
* Create [...2]onboard.js-migration-guide.md
* Remove duplicate cmigration guide
* Add changes that were part of duplicate mig guide
* Revert relative path for external
* Update link from expired docs to examples folder
* injected wallets doc fix
* no version bump needed
* Add Search to Docs (#1322)
* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it
* Remove algolia from layout-homepage
* Update docs/src/routes/__layout-homepage.svelte
* Update docs/src/routes/__layout-homepage.svelte
* Docs Releases - Search and Migration Guide Updates (#1342)
* Update [...2]onboard.js-migration-guide.md
updated links, punctuation and grammar.
* addressed comments from PR and updated links
* Create [...2]onboard.js-migration-guide.md
* Remove duplicate cmigration guide
* Add changes that were part of duplicate mig guide
* Revert relative path for external
* Update link from expired docs to examples folder
* injected wallets doc fix
* no version bump needed
* Add Search to Docs (#1322)
* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it
* Remove algolia from layout-homepage
Co-authored-by: laurencedelisle <[email protected]>
Co-authored-by: mhchaudhry3 <[email protected]>
* Update index name
* HotFix - Add Algolia Index (#1343)
* Update [...2]onboard.js-migration-guide.md
updated links, punctuation and grammar.
* addressed comments from PR and updated links
* Create [...2]onboard.js-migration-guide.md
* Remove duplicate cmigration guide
* Add changes that were part of duplicate mig guide
* Revert relative path for external
* Update link from expired docs to examples folder
* injected wallets doc fix
* no version bump needed
* Add Search to Docs (#1322)
* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it
* Remove algolia from layout-homepage
* Update docs/src/routes/__layout-homepage.svelte
* Update docs/src/routes/__layout-homepage.svelte
* Update index name
Co-authored-by: laurencedelisle <[email protected]>
Co-authored-by: mhchaudhry3 <[email protected]>
* Docs gas example (#1333)
* site seo content edits
* Docs release (#1350)
* Update [...2]onboard.js-migration-guide.md
updated links, punctuation and grammar.
* addressed comments from PR and updated links
* Create [...2]onboard.js-migration-guide.md
* Remove duplicate cmigration guide
* Add changes that were part of duplicate mig guide
* Revert relative path for external
* Update link from expired docs to examples folder
* injected wallets doc fix
* no version bump needed
* Add Search to Docs (#1322)
* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it
* Remove algolia from layout-homepage
* Update docs/src/routes/__layout-homepage.svelte
* Update docs/src/routes/__layout-homepage.svelte
* Update index name
* Docs gas example (#1333)
* site seo content edits
Co-authored-by: laurencedelisle <[email protected]>
Co-authored-by: Adam Carpenter <[email protected]>
Co-authored-by: mhchaudhry3 <[email protected]>
* Update api keys
* API key update - keys have had origins restricted (#1356)
* Update [...2]onboard.js-migration-guide.md
updated links, punctuation and grammar.
* addressed comments from PR and updated links
* Create [...2]onboard.js-migration-guide.md
* Remove duplicate cmigration guide
* Add changes that were part of duplicate mig guide
* Revert relative path for external
* Update link from expired docs to examples folder
* injected wallets doc fix
* no version bump needed
* Add Search to Docs (#1322)
* Update layout
* Update homepage
* Add algolia packages
* Update index name
* Update search keys
* yarn it
* Remove algolia from layout-homepage
* Update docs/src/routes/__layout-homepage.svelte
* Update docs/src/routes/__layout-homepage.svelte
* Update index name
* Docs gas example (#1333)
* site seo content edits
* Update api keys
Co-authored-by: laurencedelisle <[email protected]>
Co-authored-by: mhchaudhry3 <[email protected]>
Co-authored-by: Gustavo Esquinca <[email protected]>
* Add gas unsubscribe on destroy (#1360)
* Re-org side menu + TOS in the footer (#1361)
* Re-org side menu + TOS in the footer
* fix typo
* fix paths
* update path
* re-style footer
Co-authored-by: Gustavo Esquinca <[email protected]>
* Add containerEl docs and update quickstart to remove deprecated chains and add new hot chains (#1382)
* Add conatinerEl docs and update quickstart to remove deprecated chains and add new hot chains
* Mark AC containerEl props as deprecated
* Add uauth docs
* Add enkrypt, mew-wallet, dep notice to mew package
* Cleanup
* Fix spelling
* Rename mewWallet md file to allow for proper md reading of mew
* Rename mewWallet md file to allow for proper md reading of mew
* remove common.md page
* Update mewwallet path (#1387)
* Update mew-wallet name
* Update mewwallet path (#1387) (#1388)
* Update mewwallet path (#1387)
* Feature - Add docs for Transaction Preview (#1395)
* Add docs for TransactionPreview
* Rename file with hyphen
* Add linking to api key info
* Add docs for Transaction Preview (#1400)
* Update mewwallet path (#1387)
* Update mew-wallet name
* Feature - Add docs for Transaction Preview (#1395)
* Add docs for TransactionPreview
* Rename file with hyphen
* Add linking to api key info
* Add wallet connect btn to navbar of Docs (#1396)
* Working with the exception of a few wallets
* Checking uauth issue
* Updated uauath wallet usage but still needs joi fix
* Committing with a couple of issues
* Connect example with icon
* Add o2 service for consistency when wallet is connected
* Refactor to simplify
* Add gas to optimizeDeps arr
* Add ga package back into deps
* Update versions to latest
* Everything working except torus
* All packages working, sveltekit config updated, w3o packages updated
* Add more build infor for create react app projects
* Add falsback to webpack config
* Add build env links to wallet modules and build env info to module docs
* Add build info to TP docs
* reorder onboard wallet mods
* Docs Release - Transaction Preview docs, Expanded build env documentation, Connect wallet btn and latest W3O packages (#1417)
* Update mewwallet path (#1387)
* Update mew-wallet name
* Feature - Add docs for Transaction Preview (#1395)
* Add docs for TransactionPreview
* Rename file with hyphen
* Add linking to api key info
* Add wallet connect btn to navbar of Docs (#1396)
* Working with the exception of a few wallets
* Checking uauth issue
* Updated uauath wallet usage but still needs joi fix
* Committing with a couple of issues
* Connect example with icon
* Add o2 service for consistency when wallet is connected
* Refactor to simplify
* Add gas to optimizeDeps arr
* Add ga package back into deps
* Update versions to latest
* Everything working except torus
* All packages working, sveltekit config updated, w3o packages updated
* Add more build infor for create react app projects
* Add falsback to webpack config
* Add build env links to wallet modules and build env info to module docs
* Add build info to TP docs
* reorder onboard wallet mods
* Testing deploy with upped node space
* Removing deploy test on docs-develop as its a protected env
* Increase JS heap to enable build (#1418)
* Update mewwallet path (#1387)
* Update mew-wallet name
* Feature - Add docs for Transaction Preview (#1395)
* Add docs for TransactionPreview
* Rename file with hyphen
* Add linking to api key info
* Add wallet connect btn to navbar of Docs (#1396)
* Working with the exception of a few wallets
* Checking uauth issue
* Updated uauath wallet usage but still needs joi fix
* Committing with a couple of issues
* Connect example with icon
* Add o2 service for consistency when wallet is connected
* Refactor to simplify
* Add gas to optimizeDeps arr
* Add ga package back into deps
* Update versions to latest
* Everything working except torus
* All packages working, sveltekit config updated, w3o packages updated
* Add more build infor for create react app projects
* Add falsback to webpack config
* Add build env links to wallet modules and build env info to module docs
* Add build info to TP docs
* reorder onboard wallet mods
* Testing deploy with upped node space
* Removing deploy test on docs-develop as its a protected env
* Bumnp js heap to 8gb
* Docs - Bump heap size to 8gb (#1419)
* Bumnp js heap to 8gb
* Update build for Torus which is working locally
* Update to svelte.config
* Add node options to yarn build
* Remove development flag from node polyfils within plugins
* add include array to nodePolyfills
* Add torus to include array from optimizeDeps
* Update externals
* More refinement
* Revert external array update
* update docs deps (#1430)
* update docs deps
* remove alpha
* Update new Ledger init options
* Add Zeal wallet
* Add Zeal docs
* Add Phantom docs
* Add link to appMetaData docs within Getting Started -> Installation - per gh issue
Co-authored-by: Taylor Dawson <[email protected]>
Co-authored-by: Gustavo Esquinca <[email protected]>
Co-authored-by: Murat Akdeniz <[email protected]>
Co-authored-by: Chris Meisl <[email protected]>
Co-authored-by: laurencedelisle <[email protected]>
Co-authored-by: mhchaudhry3 <[email protected]>1 parent 74ee90e commit 528a5d7
File tree
154 files changed
+37972
-3
lines changed- .github/workflows
- docs
- src
- img
- kit-docs
- tabs
- lib
- assets
- components
- SEO
- base
- examples
- connect-wallet
- gas
- icons
- svg
- fonts
- services
- styles
- routes
- docs
- [...1]overview
- [...2]getting-started
- [...3]modules
- [...4]wallets
- [...5]resources
- examples
- faq
- kit-docs
- theming-tool
- static
- tests
- packages/gas
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
154 files changed
+37972
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
0 commit comments