Commit Graph

28 Commits

Author SHA1 Message Date
Matthew Lopez
5e11ba3fe3
Create Cemu online files generation script
The patch to restore downloading online files from the website will be removed, as Pretendo will never add this as an optional website feature.
2024-07-30 21:26:36 -04:00
redmine4404
71dde0bab2 maede some adjust for the PR review 2024-07-30 15:16:07 +02:00
redmine4404
ed0d84fffc add minecraft server to the docs 2024-07-28 17:55:14 +02:00
dependabot[bot]
9d8c3ce608
Bump typescript from 5.5.3 to 5.5.4 in /docs (#97)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-23 16:19:35 -04:00
Matthew Lopez
6a13b4c8bf
Fix setup on macOS 2024-07-10 16:50:07 -04:00
dependabot[bot]
93df73baef
Bump typescript from 5.5.2 to 5.5.3 in /docs (#83)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.2...v5.5.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 16:18:24 -04:00
dependabot[bot]
0f5cb9ed7d
Bump typescript from 5.4.5 to 5.5.2 in /docs (#80)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 to 5.5.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.2)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-20 21:49:01 +02:00
dependabot[bot]
f00f39290b
Bump ws from 7.5.9 to 7.5.10 in /docs in the npm_and_yarn group (#79)
Bumps the npm_and_yarn group in /docs with 1 update: [ws](https://github.com/websockets/ws).


Updates `ws` from 7.5.9 to 7.5.10
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/7.5.9...7.5.10)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-19 07:41:34 +02:00
Matthew Lopez
436fedc289
Add hackless Nintendo CA G3 certificate download method 2024-06-07 12:50:19 -04:00
Matthew Lopez
3ed482bb2c
Fix setting Inkay as default 2024-06-05 20:27:41 -04:00
Matthew Lopez
bdf4d5f769
Document SSSL connection steps and disable by default
The main issue with enabling SSSL by default is that it reqires the manual step of dumping the Nintendo CA G3 first.
2024-06-05 20:18:57 -04:00
Matthew Lopez
c8f4c70151
Fix indentation in Cemu page 2024-06-05 19:58:23 -04:00
dependabot[bot]
b2fde14862
Update Docusaurus to v3.4.0 (#73)
Bumps the docusaurus group in /docs with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@docusaurus/core](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus) | `3.3.2` | `3.4.0` |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic) | `3.3.2` | `3.4.0` |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases) | `3.3.2` | `3.4.0` |
| [@docusaurus/tsconfig](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-tsconfig) | `3.3.2` | `3.4.0` |
| [@docusaurus/types](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-types) | `3.3.2` | `3.4.0` |


Updates `@docusaurus/core` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.4.0/packages/docusaurus)

Updates `@docusaurus/preset-classic` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.4.0/packages/docusaurus-preset-classic)

Updates `@docusaurus/module-type-aliases` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.4.0/packages/docusaurus-module-type-aliases)

Updates `@docusaurus/tsconfig` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.4.0/packages/docusaurus-tsconfig)

Updates `@docusaurus/types` from 3.3.2 to 3.4.0
- [Release notes](https://github.com/facebook/docusaurus/releases)
- [Changelog](https://github.com/facebook/docusaurus/blob/main/CHANGELOG.md)
- [Commits](https://github.com/facebook/docusaurus/commits/v3.4.0/packages/docusaurus-types)

---
updated-dependencies:
- dependency-name: "@docusaurus/core"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docusaurus
- dependency-name: "@docusaurus/preset-classic"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docusaurus
- dependency-name: "@docusaurus/module-type-aliases"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: docusaurus
- dependency-name: "@docusaurus/tsconfig"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: docusaurus
- dependency-name: "@docusaurus/types"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: docusaurus
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-31 15:55:23 -04:00
Matthew Lopez
70df1c0aa8
Switch from MailDev to Mailpit 2024-05-30 14:26:23 -04:00
Matthew Lopez
3827b0a12c
Complete the documentation website overhaul 2024-05-29 21:00:36 -04:00
Matthew Lopez
0a6c2fd6b6
Delete useless docs header link 2024-05-29 20:35:51 -04:00
Matthew Lopez
06b388231b
Begin updating the docs to use Docusaurus features 2024-05-27 22:20:51 -04:00
Matthew Lopez
be84670811
Add an index to the connection setup pages 2024-05-27 20:26:01 -04:00
Matthew Lopez
777fa2533a
Move all of the readme documentation to the docs site 2024-05-27 14:04:53 -04:00
Matthew Lopez
a45f27515b
Disable docusaurus custom pages 2024-05-27 13:43:54 -04:00
Matthew Lopez
4bc1c954ff
Update docs dependencies 2024-05-25 22:06:33 -04:00
Matthew Lopez
700ba614e2
Add relevant information to docs readme 2024-05-25 14:24:05 -04:00
Matthew Lopez
bb8b0a02bd
Reformat docs configuration files 2024-05-25 14:24:05 -04:00
Matthew Lopez
d4eac92986
Delete example docs 2024-05-25 14:24:05 -04:00
Matthew Lopez
0618254bc4
Configure docs-only mode and delete other pages 2024-05-25 14:24:05 -04:00
Matthew Lopez
59abf42fde
Disable Docusaurus blog 2024-05-25 14:24:05 -04:00
Matthew Lopez
2604bbf1c3
Customize Docusaurus config for this project 2024-05-25 14:24:05 -04:00
Matthew Lopez
9232e1db64
Create Docusaurus docs site from template 2024-05-25 14:24:01 -04:00