Commit Graph

843 Commits

Author SHA1 Message Date
semantic-release-bot
8db9be06de chore(minor): 1.10.0 [skip ci]
## [1.10.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.9.1...v1.10.0) (2025-07-12)

### 🍕 Features

* update part list links ([bbd37a9](bbd37a9879))

### 📝 Documentation

* fix led typo in full build ([4337ea5](4337ea5601))
2025-07-12 22:32:18 +00:00
Prohurtz
bbd37a9879 feat: update part list links 2025-07-12 17:30:55 -05:00
Prohurtz
4430303af0 Update links 2025-07-12 17:26:59 -05:00
Prohurtz
4337ea5601 docs: fix led typo in full build
Some checks failed
Build and Deploy to Github Pages / Build CodeBase (push) Has been cancelled
Build and Deploy to Github Pages / Deploy (push) Has been cancelled
Build and Deploy to Github Pages / Cleanup actions (push) Has been cancelled
2025-05-30 20:41:22 -05:00
Prohurtz
673133f6be
Update README.md
Some checks failed
Build and Deploy to Github Pages / Build CodeBase (push) Has been cancelled
Build and Deploy to Github Pages / Deploy (push) Has been cancelled
Build and Deploy to Github Pages / Cleanup actions (push) Has been cancelled
2025-05-12 18:52:02 -05:00
Prohurtz
7fe0875c74
Merge pull request #26 from garnetsunset/GarnetSunset-patch-1
Fix dead LED safety link
2025-05-12 16:51:11 -07:00
James Duarte
4ee7513165
Update index.ts 2025-05-11 13:06:32 -04:00
James Duarte
e45af48686
Update index.ts 2025-05-11 13:06:17 -04:00
semantic-release-bot
e4c154fce9 chore(patch): 1.9.1 [skip ci]
## [1.9.1](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.9.0...v1.9.1) (2025-05-01)

### 🐛 Bug Fixes

* page imports ([aff653b](aff653be4c))

### 📝 Documentation

* fix danger block ([c40b5e0](c40b5e0d8c))
* fix link ([e991ea6](e991ea6fa3))
* fix power draw issue ([7da7ba4](7da7ba4c50))
* fix typo ([419b2e0](419b2e0c58))
* fix vue formatting ([0a96ea1](0a96ea1b7f))
* Merge pull request [#20](https://github.com/EyeTrackVR/EyeTrackVR-Docs/issues/20) from luckmer/flashing-tool-docs-update ([c09e911](c09e911e8b))
* Merge pull request [#21](https://github.com/EyeTrackVR/EyeTrackVR-Docs/issues/21) from lorow/main ([58eeb9e](58eeb9ed5b))
* Merge pull request [#22](https://github.com/EyeTrackVR/EyeTrackVR-Docs/issues/22) from Frosty704/main with tweaks ([7ed813f](7ed813f90d))
* small IR tweak ([5f142f2](5f142f215c))
* spell fix and example of guide ([8cbed53](8cbed53756))
* start LED page ([0e65003](0e6500324c))
* update default option and price of LEDs ([7101df2](7101df2dd0))
* update led safety page ([84c9fab](84c9fab166))
* update page name and IR number ([37c5976](37c5976368))
* update pages ([e554b45](e554b4552c))
* update part list tables, move out of beta ([5c92fec](5c92fecfc4))
* update things to know ([6f9cdfa](6f9cdfa33a))
2025-05-01 15:24:34 +00:00
Prohurtz
aff653be4c fix: page imports 2025-05-01 10:23:08 -05:00
Prohurtz
c40b5e0d8c docs: fix danger block 2025-05-01 10:18:15 -05:00
Prohurtz
0a96ea1b7f docs: fix vue formatting 2025-05-01 10:12:25 -05:00
Prohurtz
5f142f215c docs: small IR tweak 2025-05-01 10:07:50 -05:00
Prohurtz
eabe946890 add back more strict IR warnings to help prevent harm
They were removed as a test, subsequently we have seen a sharp increase of users DIY'ing LEDs in unsafe ways, so we have added it back to try and curb those attempts.
2025-05-01 10:06:35 -05:00
Prohurtz
37c5976368 docs: update page name and IR number
Some checks failed
Build and Deploy to Github Pages / Build CodeBase (push) Has been cancelled
Build and Deploy to Github Pages / Deploy (push) Has been cancelled
Build and Deploy to Github Pages / Cleanup actions (push) Has been cancelled
2025-04-19 21:28:42 -05:00
Prohurtz
419b2e0c58 docs: fix typo 2025-04-19 21:27:19 -05:00
Prohurtz
279619a4cc add v4 full build WIP 2025-04-19 21:24:34 -05:00
Prohurtz
6f9cdfa33a docs: update things to know 2025-04-19 20:56:44 -05:00
Prohurtz
e554b4552c docs: update pages 2025-04-19 20:51:16 -05:00
Prohurtz
e991ea6fa3 docs: fix link 2025-04-19 15:33:36 -05:00
Prohurtz
84c9fab166 docs: update led safety page 2025-04-19 15:26:44 -05:00
Prohurtz
7da7ba4c50 docs: fix power draw issue
Some checks failed
Build and Deploy to Github Pages / Build CodeBase (push) Has been cancelled
Build and Deploy to Github Pages / Deploy (push) Has been cancelled
Build and Deploy to Github Pages / Cleanup actions (push) Has been cancelled
2024-11-05 16:33:03 -06:00
Prohurtz
8cbed53756 docs: spell fix and example of guide 2024-10-06 14:54:59 -05:00
Prohurtz
077eb9202f add non MTT consequence 2024-10-06 14:53:18 -05:00
Prohurtz
710e1bcb9f update dev roadmap 2024-10-06 14:52:12 -05:00
Prohurtz
4e3f60a0cb link to discord for missing mounts 2024-10-06 14:50:10 -05:00
Prohurtz
5c92fecfc4 docs: update part list tables, move out of beta 2024-10-06 14:43:02 -05:00
Prohurtz
7ed813f90d
docs: Merge pull request #22 from Frosty704/main with tweaks
Updated camera page to have IR filter removal, parts updates, JLC3DP page, 3d Printed Mounts update, clarify wording
2024-10-06 13:51:11 -05:00
Prohurtz
b59572866f Update link text, add V4 name to increase clarity 2024-10-06 13:41:03 -05:00
Prohurtz
608bf311aa Add tips about mounting the camera leading to damage 2024-10-06 13:33:27 -05:00
Prohurtz
a0de0da284 Update 130 deg video (old one did not even work) 2024-10-06 13:31:16 -05:00
Frosty
cd2372e077 Update package.json 2024-10-02 20:47:35 -04:00
Frosty
9053103f2f fix literally everything 2024-10-02 20:43:59 -04:00
Frosty
bc66599a04 Revert "Add files via upload"
This reverts commit 94b86a24fa.
2024-10-02 20:15:43 -04:00
Frosty
94b86a24fa
Add files via upload 2024-10-02 20:08:10 -04:00
Frosty
1d4b7f568b
Merge branch 'EyeTrackVR:main' into main 2024-10-02 17:44:28 -04:00
Prohurtz
58eeb9ed5b
docs: Merge pull request #21 from lorow/main
Fix upload and download actions deprecation, updated to v4
2024-10-01 13:25:35 -05:00
Lorow
f2343e3d27 Fix upload and download actions deprecation, updated to v4 2024-10-01 19:02:22 +02:00
Prohurtz
c09e911e8b
docs: Merge pull request #20 from luckmer/flashing-tool-docs-update
Flashing tool readme
2024-09-22 18:00:12 -05:00
Prohurtz
9a4837bbf2 small changes for clarity 2024-09-22 17:59:34 -05:00
luckmer
363d89476b flashing tool readme 2024-09-15 16:45:41 +02:00
semantic-release-bot
57e30ea957 chore(minor): 1.0.0 [skip ci]
## 1.0.0 (2024-09-11)

### 🍕 Features

* add contribution docs ([903e3c6](903e3c6065))
* add docs for firmware flashing tool ([fb4516e](fb4516e375))
* add docs for MDNS  and REST API ([2b386da](2b386da8ea))
* add docs for MDNS  and REST API ([6f69ae6](6f69ae61b3))
* add docs for MDNS  and REST API ([ae82ded](ae82ded545))
* add docs for MDNS  and REST API ([a8b7acd](a8b7acd8bf))
* add env and ota details ([195dfe9](195dfe98b3))
* add favicon and dev roadmap ([bbada4d](bbada4defb))
* docs for wired setup over usb serial ([3f287e5](3f287e5bce))
* implement basic search ([679f0bc](679f0bc0aa))
* Merge pull request [#18](https://github.com/Frosty704/EyeTrackVR-Docs/issues/18) from lorow/feature/add-vrcft-module-info ([677b868](677b868c4d))
* part list table rework ([c49c743](c49c743cd3))
* set markdown layout to deep ([497a4f2](497a4f293c))
* setting up ci/cd for docs ([4f7d9ed](4f7d9ed516))
* test rebuild fix for index page ([2096864](20968641ab))
* total automation of dev roadmap ([7a47e23](7a47e23fc2))
* update css ([7dd59bf](7dd59bf18f))
* update dependencies ([614dc54](614dc542b8))
* update firmware flashing tool docs ([c57d7da](c57d7da1ee))

### 🐛 Bug Fixes

* addedsome styling ([e9526f8](e9526f8d9b))
* button highlight on hover in light mode ([270c1de](270c1de56e))
* dead link to parts list ([73a3b10](73a3b1005e))
* edit configure firmware docs ([54d98b8](54d98b8f4a))
* edit configure firmware docs ([c09720a](c09720a365))
* fix broken link in things to know ([c7f5b2a](c7f5b2ad45))
* fix dead parts list link on full build guide ([f857896](f857896bd7))
* fix docsfor firmware config ([a74111e](a74111e9e9))
* fix full build guide bug ([31c9bc0](31c9bc0521))
* fix mdns docs ([a629496](a62949623f))
* fix note about /save ([f422c10](f422c102e5))
* fix pinecil old link ([c7416ae](c7416ae7be))
* fix REST API standard rendering ([3753cc6](3753cc6b67))
* fix title color for led power warning ([3e59ac8](3e59ac8fb4))
* fix title color for led power warning ([ad5f1d2](ad5f1d20ea))
* fix wifi endpoint docs ([58ae891](58ae891b95))
* index page indexing ([6a92471](6a9247189c))
* make titles dynamic to font accent ([cf5382b](cf5382bd6e))
* recommended mounts should be listed first ([d9efad8](d9efad8bd6))
* remove uneeded CNAME and docs folder ([da86366](da86366757))
* theme, and build breaking due to updated deps ([78b7f8b](78b7f8b73f))
* typo in rest api endpoint ([43ae2b1](43ae2b1fb2))
* Update image settings to fix paths ([be90d22](be90d22eab))

### 📝 Documentation

* add avi setup video ([a210405](a21040512c))
* add camera cables ([d582a94](d582a9496c))
* add hyperlink to flasher tool ([e242d9b](e242d9b0ef))
* add link for IR wire ([6d7eeb6](6d7eeb6dae))
* add lordnathan esp mounts ([fff289a](fff289a7ec))
* add new v4 wire guide, WIP disclaimer ([af06537](af06537543))
* Add note about Wi-Fi specific settings, fix formatting of Environment list ([6367fe4](6367fe4613))
* add small antennas and heatsinks ([b2bb5dd](b2bb5dde20))
* add some vrc avatar info ([609d24f](609d24f8e4))
* add USB hub link, others ([0bb864a](0bb864a016))
* add V4 mounts ([e8ba464](e8ba464976))
* add video link to IR cam removal ([f60da1b](f60da1ba56))
* add VROptician VP2 mount ([c66b1d8](c66b1d8e06))
* add wordage ([d3fd5d0](d3fd5d0cce))
* adjust page order ([9753e42](9753e4231d))
* begin requirements for multi-lang support ([22b922c](22b922c6eb))
* Begin specific headset docs ([c02c4ab](c02c4ab16e))
* beta new part list ([750a0fe](750a0fe81c))
* caps ([716c022](716c0222e3))
* disclaimer and credit ([e963ef4](e963ef4a64))
* finish full build guide ([4e6a89a](4e6a89a14e))
* fix broken links in full_build.md ([c5cd3a4](c5cd3a443b))
* fix floating point truncation ([a3801e2](a3801e216c))
* fix parts link ([6f956cd](6f956cd37f))
* fix price not updating ([0b1fa0d](0b1fa0d14b))
* fix some typos on LED page ([e8f5ab6](e8f5ab6e79))
* fix up parts list ([5421629](5421629d6e))
* guide to protect camera ([621100e](621100e8f6))
* LED safety page, add LED safety paper ([0b45f8a](0b45f8a379))
* link fixes, add cables ([29c290a](29c290ab4d))
* merge build guide parts into one file ([4963b15](4963b15f42))
* Merge pull request [#10](https://github.com/Frosty704/EyeTrackVR-Docs/issues/10) from ShyAssassin/main ([9d0f654](9d0f654430))
* Merge pull request [#11](https://github.com/Frosty704/EyeTrackVR-Docs/issues/11) from lorow/feature/cleanup-parts-page ([2f293be](2f293be389))
* Merge pull request [#13](https://github.com/Frosty704/EyeTrackVR-Docs/issues/13) from DenTechs/main ([95cc908](95cc908211))
* Merge pull request [#14](https://github.com/Frosty704/EyeTrackVR-Docs/issues/14) from Frosty704/main ([94b0584](94b058498e))
* Merge pull request [#7](https://github.com/Frosty704/EyeTrackVR-Docs/issues/7) from lorow/feature/osc-communication ([3450ebc](3450ebcd6a))
* most of new parts list WIP ([3e5db62](3e5db628da))
* move led safety from misc ([ffc2022](ffc2022fa9))
* new docs incoming ([d5e438f](d5e438fc66))
* new docs incoming ([d6eab9b](d6eab9b1c0))
* new docs incoming ([5a30571](5a30571196))
* new docs incoming ([14ca444](14ca444b46))
* new docs incoming ([910502b](910502bd5d))
* new docs incoming ([c87db69](c87db69899))
* new docs incoming ([ca241ba](ca241babe6))
* new docs incoming ([5411f06](5411f06754))
* new docs incoming ([d02aa4e](d02aa4e7df))
* new docs incoming ([c9a3e2c](c9a3e2c133))
* new docs incoming ([7206a15](7206a15729))
* new docs incoming ([daa844c](daa844c4ab))
* new docs incoming ([1b45195](1b451958ff))
* new docs incoming ([bd1486d](bd1486d30d))
* new docs incoming ([d976be6](d976be6031))
* new XIAO prep guide ([5bc5f2d](5bc5f2d8ff))
* remove old installer ([324b032](324b032933))
* remove OTA ([6029d7c](6029d7ca42))
* simplify home page, remove redundant use of "EyeTrackVR is" ([734ad64](734ad64b65))
* smol things ([0115b9e](0115b9e2ae))
* spelling errors and wip camera protection ([a13d3cc](a13d3ccd6e))
* start LED page ([0e65003](0e6500324c))
* Swap blockquote for a vitepress info container ([b586ca0](b586ca09b4))
* typo :P ([8d582c6](8d582c64bf))
* typo, vrc native ([efca79f](efca79fb15))
* update antenna vid ([66d0658](66d0658fe1))
* update default option and price of LEDs ([7101df2](7101df2dd0))
* update FAQ ([4ffdb83](4ffdb8347d))
* update file structure ([e375052](e37505234c))
* update firmware environments ([9d92745](9d9274528f))
* update FW images ([92e82f3](92e82f344a))
* update intro, parts list, ([a2f7648](a2f76487d9))
* update link to G0LDJAY's ESP mounts ([83b8374](83b8374e56))
* update links ([23a97f1](23a97f1d14))
* update parts list ([98cfdb3](98cfdb3f8e))
* update roadmap ([558c63f](558c63f5b9))
* update roadmap ([acc9ae5](acc9ae50e3))
* update vid ([c56b1d7](c56b1d73ab))
* update wordage + links ([09cb9e0](09cb9e0aff))
* V4 docs ([ee321e5](ee321e51f0))
* wired cams is beta app only ([2202ccf](2202ccf628))

### 🧑‍💻 Code Refactoring

* basic formatting ([a14176f](a14176f3bc))
* basic formatting ([da2b4ec](da2b4eceb6))
* clean project files ([fa62654](fa62654b61))
* new docs incoming ([7773168](7773168de5))
* revert list style simplification ([796c107](796c1070c0))
* simplify checkbox label styling ([e27e95e](e27e95e43d))
* simplify list styling ([188d6ce](188d6cebc3))
* update deps ([8e3b15f](8e3b15fa02))

### 🤖 Build System

* set project as type module for ESM module ([338ee2e](338ee2e709))
* Update build_release_vitepress.yml ([831f85a](831f85a6ba))

### 🔁 Continuous Integration

* **ci-semver:** enable semantic versioning ([a39019a](a39019ae01))
* **ci-semver:** enable semantic versioning ([2fe6b35](2fe6b3569d))
2024-09-11 15:13:23 +00:00
Frosty
f6d0ac5a49
Update build_release_vitepress.yml 2024-09-11 11:11:39 -04:00
Prohurtz
7101df2dd0 docs: update default option and price of LEDs 2024-08-25 20:05:37 -05:00
Prohurtz
0e6500324c docs: start LED page 2024-08-16 15:21:34 -05:00
semantic-release-bot
0ca602dc13 chore(minor): 1.9.0 [skip ci]
## [1.9.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.8.0...v1.9.0) (2024-07-30)

### 🍕 Features

* Merge pull request [#18](https://github.com/EyeTrackVR/EyeTrackVR-Docs/issues/18) from lorow/feature/add-vrcft-module-info ([677b868](677b868c4d))
2024-07-30 20:00:45 +00:00
Prohurtz
677b868c4d
feat: Merge pull request #18 from lorow/feature/add-vrcft-module-info
Add documentation regarding VRCFT Module and common firmware problems / FAQ
2024-07-30 12:58:59 -07:00
Lorow
d417fc24e2 Improve VRCFT Module documentation 2024-07-13 20:00:02 +02:00
semantic-release-bot
1dbf421d32 chore(minor): 1.8.0 [skip ci]
## [1.8.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.7.0...v1.8.0) (2024-07-02)

### 🍕 Features

* part list table rework ([c49c743](c49c743cd3))
2024-07-02 01:11:04 +00:00
Prohurtz
c49c743cd3 feat: part list table rework 2024-07-01 20:09:15 -05:00