Guide-WiiU/LICENSE.md
lifehackerhansol c018ceefa8
VitePress migration (#237)
* Remove docsify.js files

* treewide: Remove obsolete pages and files

- These are no longer used, no longer recommended, and no longer have a
  reason to stay in the guide.
- Of note are the vWii contents, which now live in wii.hacks.guide.

* translations: drop all languages

The migration will break all of them, so it's best to let it get
regenerated by Crowdin.

This also deletes leftover files that don't exist in the main guide.

* Initialize VitePress

- Add theme submodule
- Add initial configuration files
- Override theme-default VPFooter with custom theme version

* docs: port to VitePress

* config: add sidebar/navbar and initial translation support

* config: add footer

* workflow: add VitePress build steps

* crowdin: move to VitePress

* config: add favicon

* config: add GitHub link to navbar

* config: add Discord invite to navbar

* LICENSE: update for VitePress

While the docs are licensed under ISC, the theme is licensed under
MIT. Explicitly specify this.

* Add dependabot configs for npm

* config: add support for `default` keyword in tabs

Specifying `tab default` will allow defaulting to this tab on page
load.

* docs: conditionally enable the prev/next buttons

These only make sense in the Aroma pages; the rest aren't chronological
paths.

* homepage: add custom homepage hero implementation

This retires the old logo, and brings in Plailect's old Wii U guide
image.
2024-09-27 17:13:25 -05:00

36 lines
1.8 KiB
Markdown

Copyright (c) 2024, Nintendo Homebrew
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
Additionally, files in `docs/.vitepress` is licensed under the following:
Copyright (c) 2024, Nintendo Homebrew
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.