EyeTrackVR的文档
Go to file
semantic-release-bot 233c98784c chore(minor): 1.6.0 [skip ci]
## [1.6.0](https://github.com/EyeTrackVR/EyeTrackVR-Docs/compare/v1.5.0...v1.6.0) (2024-06-18)

### 🍕 Features

* add docs for firmware flashing tool ([fb4516e](fb4516e375))
* set markdown layout to deep ([497a4f2](497a4f293c))
* update css ([7dd59bf](7dd59bf18f))
* update firmware flashing tool docs ([c57d7da](c57d7da1ee))

### 🐛 Bug Fixes

* fix pinecil old link ([c7416ae](c7416ae7be))
* index page indexing ([6a92471](6a9247189c))
* Update image settings to fix paths ([be90d22](be90d22eab))

### 📝 Documentation

* add hyperlink to flasher tool ([e242d9b](e242d9b0ef))
* add new v4 wire guide, WIP disclaimer ([af06537](af06537543))
* Add note about Wi-Fi specific settings, fix formatting of Environment list ([6367fe4](6367fe4613))
* add USB hub link, others ([0bb864a](0bb864a016))
* add V4 mounts ([e8ba464](e8ba464976))
* add wordage ([d3fd5d0](d3fd5d0cce))
* adjust page order ([9753e42](9753e4231d))
* Begin specific headset docs ([c02c4ab](c02c4ab16e))
* beta new part list ([750a0fe](750a0fe81c))
* caps ([716c022](716c0222e3))
* disclaimer and credit ([e963ef4](e963ef4a64))
* fix floating point truncation ([a3801e2](a3801e216c))
* fix price not updating ([0b1fa0d](0b1fa0d14b))
* fix some typos on LED page ([e8f5ab6](e8f5ab6e79))
* guide to protect camera ([621100e](621100e8f6))
* LED safety page, add LED safety paper ([0b45f8a](0b45f8a379))
* link fixes, add cables ([29c290a](29c290ab4d))
* Merge pull request [#10](https://github.com/EyeTrackVR/EyeTrackVR-Docs/issues/10) from ShyAssassin/main ([9d0f654](9d0f654430))
* Merge pull request [#11](https://github.com/EyeTrackVR/EyeTrackVR-Docs/issues/11) from lorow/feature/cleanup-parts-page ([2f293be](2f293be389))
* Merge pull request [#13](https://github.com/EyeTrackVR/EyeTrackVR-Docs/issues/13) from DenTechs/main ([95cc908](95cc908211))
* Merge pull request [#14](https://github.com/EyeTrackVR/EyeTrackVR-Docs/issues/14) from Frosty704/main ([94b0584](94b058498e))
* most of new parts list WIP ([3e5db62](3e5db628da))
* move led safety from misc ([ffc2022](ffc2022fa9))
* new XIAO prep guide ([5bc5f2d](5bc5f2d8ff))
* remove OTA ([6029d7c](6029d7ca42))
* spelling errors and wip camera protection ([a13d3cc](a13d3ccd6e))
* Swap blockquote for a vitepress info container ([b586ca0](b586ca09b4))
* typo :P ([8d582c6](8d582c64bf))
* typo, vrc native ([efca79f](efca79fb15))
* update FAQ ([4ffdb83](4ffdb8347d))
* update file structure ([e375052](e37505234c))
* update firmware environments ([9d92745](9d9274528f))
* update parts list ([98cfdb3](98cfdb3f8e))
* update roadmap ([558c63f](558c63f5b9))
* update roadmap ([acc9ae5](acc9ae50e3))
* V4 docs ([ee321e5](ee321e51f0))
* wired cams is beta app only ([2202ccf](2202ccf628))

### 🧑‍💻 Code Refactoring

* update deps ([8e3b15f](8e3b15fa02))

### 🤖 Build System

* set project as type module for ESM module ([338ee2e](338ee2e709))
* Update build_release_vitepress.yml ([831f85a](831f85a6ba))
2024-06-18 10:30:52 +00:00
.github/workflows build: Update build_release_vitepress.yml 2024-06-18 11:29:07 +01:00
img no-release: added contribution and standards guide 2023-01-21 20:06:19 +00:00
vitepress chore(minor): 1.6.0 [skip ci] 2024-06-18 10:30:52 +00:00
.gitignore update links, gitignore 2023-07-12 16:51:07 -05:00
.releaserc ci(ci-semver): enable semantic versioning 2023-01-21 15:20:43 +00:00
CHANGELOG.md chore(minor): 1.6.0 [skip ci] 2024-06-18 10:30:52 +00:00
CODE_OF_CONDUCT.md no-release: added contribution and standards guide 2023-01-21 20:06:19 +00:00
CONTRIBUTING.md Updated all links to point to new repositories 2023-07-12 09:30:44 +02:00
EyeTrackVR-Docs.code-workspace feat: add docs for firmware flashing tool 2023-10-26 11:16:33 +01:00
LICENSE update - full refactor 2022-05-04 17:23:27 +02:00
README.md refactor: update deps 2023-09-26 16:22:04 +01:00
SECURITY.md no-release: add code of conduct & security policy 2023-01-21 17:39:13 +00:00
STANDARDS.md no-release: fix top links for 2023-01-21 20:14:09 +00:00

Build and Deploy to Github Pages

Logo

EyeTrackVR Documentation Site

This is the source code for the EyeTrackVR project documentation site. It is built using VitePress.

Please visit the documentation site for more information.

Development

install dependencies

cd vitepress && pnpm install

start dev server

pnpm dev

Build

pnpm build

Serve

pnpm serve

Contribute

Please see the contributing guide for all information.

Standards

Please see the standards guide for all information.

Contact

Please join our discord for updates and any questions.

Discord

Licenses

GitHub license

All software is under the MIT License. All documentation, including the Wiki, is under the Creative Commons CC-BY-SA-4.0 license.

Top