Commit Graph
114 Commits
Author SHA1 Message Date
Sylvie CroweandGitHub d5db988e33 Widgets Docs (#15)
* feat: add widgets documentation

* fix: use arrow icons instead of words

* fix: remove escaped backticks on code block
2024-09-23 16:54:16 -07:00
Sylvie CroweandGitHub 3df177456e Wsh Docs (#14)
* feat: add wsh page

* feat: add links to wsh page

* feat: add setconfig to wsh docs
2024-09-23 16:27:04 -07:00
Evan SimkowitzandGitHub 5bd56fbb34 Fix transform-origin for card (#13) 2024-09-23 16:05:55 -07:00
Evan SimkowitzandGitHub bccb320ff8 Add Discord invite link (#12) 2024-09-23 16:01:31 -07:00
Evan SimkowitzandGitHub ad39c3e1dd Add dummy pages (#11) 2024-09-23 15:23:50 -07:00
Evan SimkowitzandGitHub 45067a5751 Disable minification as it conflicts with fontawesome (#10) 2024-09-23 15:18:13 -07:00
Evan SimkowitzandGitHub 43a55cb4df Use Node LTS to resolve punycode deprecation notice (#9)
* add punycode

* use lts
2024-09-23 15:06:16 -07:00
Evan SimkowitzandGitHub b1a22a37b2 Add card component for features (#8)
* more card work

* card component done

* fix relative path for stylesheets
2024-09-23 14:55:19 -07:00
Sylvie CroweandGitHub 6bd1de18f9 Telemetry (#7)
* feat: add telemetry page

* fix: add telemetry links

* fix: icon link to main website

Was previously pointing to the beta site which has since been moved.

* fix: specify renderers is for new blocks views.

* fix: correct initial telemetry send time
2024-09-23 14:27:23 -07:00
Evan SimkowitzandGitHub 021964f128 Run Yarn Install once in action with frozen-lockfile (#6) 2024-09-23 11:17:47 -07:00
Evan SimkowitzandGitHub d4495929cb Better version override for path-to-regexp (#5) 2024-09-23 11:07:19 -07:00
Evan SimkowitzandGitHub 4d1854511a fix lockfile (#4) 2024-09-23 11:03:15 -07:00
Evan SimkowitzandGitHub 9e34ec67a1 remove brands css, use svg mask, fix test deploy (#3)
* remove brands css, use svg mask

* fix test deploy

* fix test deploy

* fix again
2024-09-23 11:00:06 -07:00
Evan SimkowitzandGitHub 44969903eb Merge pull request #2 from wavetermdev/dependabot/npm_and_yarn/dev-dependencies-86ca44dbca
Bump the dev-dependencies group across 1 directory with 4 updates
2024-09-22 17:57:34 -07:00
Evan SimkowitzandGitHub d244eda9fe Update config.mdx 2024-09-22 17:56:37 -07:00
sawka cc6b1662b9 add config 2024-09-22 13:25:20 -07:00
sawka dac8c3a3e8 write up quick config doc 2024-09-22 13:24:22 -07:00
sawka 5e100c4cd2 update betadocs 2024-09-22 13:11:24 -07:00
sawka 5421d0c5d9 replace sidebar, write keybindings 2024-09-22 13:08:55 -07:00
dependabot[bot]andGitHub 4b0012829d Bump the dev-dependencies group across 1 directory with 4 updates
Bumps the dev-dependencies group with 4 updates in the / directory: [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint), [prettier-plugin-organize-imports](https://github.com/simonhaenisch/prettier-plugin-organize-imports) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint).


Updates `@eslint/js` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.11.0/packages/js)

Updates `eslint` from 9.10.0 to 9.11.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v9.10.0...v9.11.0)

Updates `prettier-plugin-organize-imports` from 4.0.0 to 4.1.0
- [Release notes](https://github.com/simonhaenisch/prettier-plugin-organize-imports/releases)
- [Changelog](https://github.com/simonhaenisch/prettier-plugin-organize-imports/blob/master/changelog.md)
- [Commits](https://github.com/simonhaenisch/prettier-plugin-organize-imports/compare/v4.0.0...v4.1.0)

Updates `typescript-eslint` from 8.5.0 to 8.6.0
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/typescript-eslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.6.0/packages/typescript-eslint)

---
updated-dependencies:
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: prettier-plugin-organize-imports
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: typescript-eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-21 00:01:21 +00:00
Evan Simkowitz c0290c3280 add fontawesome, start on Card component 2024-09-20 16:59:13 -07:00
Evan Simkowitz 97a5a1708f blah 2024-09-19 16:54:26 -07:00
Evan Simkowitz 5ff131cb3b update logo href 2024-09-19 14:07:18 -07:00
Evan Simkowitz 28168c7e51 update baseurl 2024-09-19 14:01:18 -07:00
Evan Simkowitz 9d86972c92 don't format cname ever 2024-09-19 13:52:57 -07:00