mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-05 23:40:41 +00:00
Compare commits
14 Commits
3e69437018
...
main
Author | SHA1 | Date | |
---|---|---|---|
12f5d932b1 | |||
|
306eddf4bf | ||
ae86edf961 | |||
|
91d15569a6 | ||
d7eaf2a06a | |||
a509e476f1 | |||
aa9d0798e3 | |||
4550b301a1 | |||
cdec1b86b8 | |||
42dcee4dc0 | |||
b0cb5dca72 | |||
914c29c087 | |||
5d333bee79 | |||
|
ea0b16e8c1 |
19
.github/actions/build/action.yaml
vendored
19
.github/actions/build/action.yaml
vendored
@@ -1,19 +0,0 @@
|
|||||||
name: "Build"
|
|
||||||
description: "Install deps and build docs"
|
|
||||||
|
|
||||||
runs:
|
|
||||||
using: "composite"
|
|
||||||
steps:
|
|
||||||
- uses: pnpm/action-setup@v2
|
|
||||||
- uses: actions/setup-node@v3
|
|
||||||
with:
|
|
||||||
node-version-file: .nvmrc
|
|
||||||
cache: "pnpm"
|
|
||||||
- name: Install dependencies
|
|
||||||
run: pnpm install --frozen-lockfile
|
|
||||||
shell: bash
|
|
||||||
- name: Build
|
|
||||||
run: pnpm build
|
|
||||||
shell: bash
|
|
||||||
env:
|
|
||||||
NEXT_TELEMETRY_DISABLED: "1"
|
|
35
.github/workflows/preview.yaml
vendored
35
.github/workflows/preview.yaml
vendored
@@ -1,35 +0,0 @@
|
|||||||
name: Docs
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
workflow_dispatch:
|
|
||||||
|
|
||||||
permissions:
|
|
||||||
contents: read
|
|
||||||
pages: write
|
|
||||||
id-token: write
|
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: "pages"
|
|
||||||
cancel-in-progress: true
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
deploy:
|
|
||||||
environment:
|
|
||||||
name: github-pages
|
|
||||||
url: ${{ steps.deployment.outputs.page_url }}
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- uses: ./.github/actions/build
|
|
||||||
|
|
||||||
- uses: actions/configure-pages@v3
|
|
||||||
- uses: actions/upload-pages-artifact@v1
|
|
||||||
with:
|
|
||||||
path: "./out"
|
|
||||||
- id: deployment
|
|
||||||
uses: actions/deploy-pages@v1
|
|
@@ -8,7 +8,7 @@
|
|||||||
"start": "pnpm dlx serve out"
|
"start": "pnpm dlx serve out"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"next": "^14.2.15",
|
"next": "^14.2.32",
|
||||||
"nextra": "^3.0.15",
|
"nextra": "^3.0.15",
|
||||||
"nextra-theme-docs": "^3.0.15",
|
"nextra-theme-docs": "^3.0.15",
|
||||||
"react": "^18.3.1",
|
"react": "^18.3.1",
|
||||||
|
21
pages/admin/windows.md
Normal file
21
pages/admin/windows.md
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- windows
|
||||||
|
- administration
|
||||||
|
---
|
||||||
|
|
||||||
|
# Windows
|
||||||
|
|
||||||
|
|
||||||
|
## List of tools
|
||||||
|
|
||||||
|
- [De-Bloat](https://github.com/Raphire/Win11Debloat)
|
||||||
|
- [Microsoft Activation Scripts](https://github.com/massgravel/Microsoft-Activation-Scripts)
|
||||||
|
- [Uniget UI](https://github.com/marticliment/UnigetUI)
|
||||||
|
|
||||||
|
|
||||||
|
## Utils
|
||||||
|
|
||||||
|
### Add local user
|
||||||
|
|
||||||
|
`Win + R` then `netplwiz`
|
23
pages/cli/format-drive.md
Normal file
23
pages/cli/format-drive.md
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- cli
|
||||||
|
- macos
|
||||||
|
- format
|
||||||
|
---
|
||||||
|
|
||||||
|
# Format a Drive
|
||||||
|
|
||||||
|
## macOS
|
||||||
|
|
||||||
|
Some times Disk Utility cannot format a whole drive for some reason.
|
||||||
|
|
||||||
|
```
|
||||||
|
# Check devices
|
||||||
|
diskutil list
|
||||||
|
|
||||||
|
# To exfat
|
||||||
|
diskutil eraseDisk EXFAT "NAME" GPT /dev/diskN
|
||||||
|
|
||||||
|
# To fat32, with mbr
|
||||||
|
diskutil eraseDisk FAT32 "NAME" MBR /dev/diskN
|
||||||
|
```
|
20
pages/git/remove-merged-branch.md
Normal file
20
pages/git/remove-merged-branch.md
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
---
|
||||||
|
tags:
|
||||||
|
- git
|
||||||
|
- branch
|
||||||
|
- clean
|
||||||
|
- delete
|
||||||
|
---
|
||||||
|
|
||||||
|
# Delete all local branches that are already merged.
|
||||||
|
|
||||||
|
This command is useful if you have a buch of local branches that you don't need anymore.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git branch --merged | grep -v \* | xargs git branch -D
|
||||||
|
```
|
||||||
|
|
||||||
|
[Original SO Link](https://stackoverflow.com/a/10610669)
|
||||||
|
|
||||||
|
|
||||||
|
|
156
pnpm-lock.yaml
generated
156
pnpm-lock.yaml
generated
@@ -9,14 +9,14 @@ importers:
|
|||||||
.:
|
.:
|
||||||
dependencies:
|
dependencies:
|
||||||
next:
|
next:
|
||||||
specifier: ^14.2.15
|
specifier: ^14.2.32
|
||||||
version: 14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
version: 14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
nextra:
|
nextra:
|
||||||
specifier: ^3.0.15
|
specifier: ^3.0.15
|
||||||
version: 3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)
|
version: 3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)
|
||||||
nextra-theme-docs:
|
nextra-theme-docs:
|
||||||
specifier: ^3.0.15
|
specifier: ^3.0.15
|
||||||
version: 3.0.15(next@14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
version: 3.0.15(next@14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
react:
|
react:
|
||||||
specifier: ^18.3.1
|
specifier: ^18.3.1
|
||||||
version: 18.3.1
|
version: 18.3.1
|
||||||
@@ -191,59 +191,59 @@ packages:
|
|||||||
resolution: {integrity: sha512-jMxvwzkKzd3cXo2EB9GM2ic0eYo2rP/BS6gJt6HnWbsDO1O8GSD4k7o2Cpr2YERtMpGF/MGcDfsfj2EbQPtrXw==}
|
resolution: {integrity: sha512-jMxvwzkKzd3cXo2EB9GM2ic0eYo2rP/BS6gJt6HnWbsDO1O8GSD4k7o2Cpr2YERtMpGF/MGcDfsfj2EbQPtrXw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
|
|
||||||
'@next/env@14.2.15':
|
'@next/env@14.2.32':
|
||||||
resolution: {integrity: sha512-S1qaj25Wru2dUpcIZMjxeMVSwkt8BK4dmWHHiBuRstcIyOsMapqT4A4jSB6onvqeygkSSmOkyny9VVx8JIGamQ==}
|
resolution: {integrity: sha512-n9mQdigI6iZ/DF6pCTwMKeWgF2e8lg7qgt5M7HXMLtyhZYMnf/u905M18sSpPmHL9MKp9JHo56C6jrD2EvWxng==}
|
||||||
|
|
||||||
'@next/swc-darwin-arm64@14.2.15':
|
'@next/swc-darwin-arm64@14.2.32':
|
||||||
resolution: {integrity: sha512-Rvh7KU9hOUBnZ9TJ28n2Oa7dD9cvDBKua9IKx7cfQQ0GoYUwg9ig31O2oMwH3wm+pE3IkAQ67ZobPfEgurPZIA==}
|
resolution: {integrity: sha512-osHXveM70zC+ilfuFa/2W6a1XQxJTvEhzEycnjUaVE8kpUS09lDpiDDX2YLdyFCzoUbvbo5r0X1Kp4MllIOShw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@next/swc-darwin-x64@14.2.15':
|
'@next/swc-darwin-x64@14.2.32':
|
||||||
resolution: {integrity: sha512-5TGyjFcf8ampZP3e+FyCax5zFVHi+Oe7sZyaKOngsqyaNEpOgkKB3sqmymkZfowy3ufGA/tUgDPPxpQx931lHg==}
|
resolution: {integrity: sha512-P9NpCAJuOiaHHpqtrCNncjqtSBi1f6QUdHK/+dNabBIXB2RUFWL19TY1Hkhu74OvyNQEYEzzMJCMQk5agjw1Qg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [darwin]
|
os: [darwin]
|
||||||
|
|
||||||
'@next/swc-linux-arm64-gnu@14.2.15':
|
'@next/swc-linux-arm64-gnu@14.2.32':
|
||||||
resolution: {integrity: sha512-3Bwv4oc08ONiQ3FiOLKT72Q+ndEMyLNsc/D3qnLMbtUYTQAmkx9E/JRu0DBpHxNddBmNT5hxz1mYBphJ3mfrrw==}
|
resolution: {integrity: sha512-v7JaO0oXXt6d+cFjrrKqYnR2ubrD+JYP7nQVRZgeo5uNE5hkCpWnHmXm9vy3g6foMO8SPwL0P3MPw1c+BjbAzA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@next/swc-linux-arm64-musl@14.2.15':
|
'@next/swc-linux-arm64-musl@14.2.32':
|
||||||
resolution: {integrity: sha512-k5xf/tg1FBv/M4CMd8S+JL3uV9BnnRmoe7F+GWC3DxkTCD9aewFRH1s5rJ1zkzDa+Do4zyN8qD0N8c84Hu96FQ==}
|
resolution: {integrity: sha512-tA6sIKShXtSJBTH88i0DRd6I9n3ZTirmwpwAqH5zdJoQF7/wlJXR8DkPmKwYl5mFWhEKr5IIa3LfpMW9RRwKmQ==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@next/swc-linux-x64-gnu@14.2.15':
|
'@next/swc-linux-x64-gnu@14.2.32':
|
||||||
resolution: {integrity: sha512-kE6q38hbrRbKEkkVn62reLXhThLRh6/TvgSP56GkFNhU22TbIrQDEMrO7j0IcQHcew2wfykq8lZyHFabz0oBrA==}
|
resolution: {integrity: sha512-7S1GY4TdnlGVIdeXXKQdDkfDysoIVFMD0lJuVVMeb3eoVjrknQ0JNN7wFlhCvea0hEk0Sd4D1hedVChDKfV2jw==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@next/swc-linux-x64-musl@14.2.15':
|
'@next/swc-linux-x64-musl@14.2.32':
|
||||||
resolution: {integrity: sha512-PZ5YE9ouy/IdO7QVJeIcyLn/Rc4ml9M2G4y3kCM9MNf1YKvFY4heg3pVa/jQbMro+tP6yc4G2o9LjAz1zxD7tQ==}
|
resolution: {integrity: sha512-OHHC81P4tirVa6Awk6eCQ6RBfWl8HpFsZtfEkMpJ5GjPsJ3nhPe6wKAJUZ/piC8sszUkAgv3fLflgzPStIwfWg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [linux]
|
os: [linux]
|
||||||
|
|
||||||
'@next/swc-win32-arm64-msvc@14.2.15':
|
'@next/swc-win32-arm64-msvc@14.2.32':
|
||||||
resolution: {integrity: sha512-2raR16703kBvYEQD9HNLyb0/394yfqzmIeyp2nDzcPV4yPjqNUG3ohX6jX00WryXz6s1FXpVhsCo3i+g4RUX+g==}
|
resolution: {integrity: sha512-rORQjXsAFeX6TLYJrCG5yoIDj+NKq31Rqwn8Wpn/bkPNy5rTHvOXkW8mLFonItS7QC6M+1JIIcLe+vOCTOYpvg==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [arm64]
|
cpu: [arm64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@next/swc-win32-ia32-msvc@14.2.15':
|
'@next/swc-win32-ia32-msvc@14.2.32':
|
||||||
resolution: {integrity: sha512-fyTE8cklgkyR1p03kJa5zXEaZ9El+kDNM5A+66+8evQS5e/6v0Gk28LqA0Jet8gKSOyP+OTm/tJHzMlGdQerdQ==}
|
resolution: {integrity: sha512-jHUeDPVHrgFltqoAqDB6g6OStNnFxnc7Aks3p0KE0FbwAvRg6qWKYF5mSTdCTxA3axoSAUwxYdILzXJfUwlHhA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [ia32]
|
cpu: [ia32]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
|
|
||||||
'@next/swc-win32-x64-msvc@14.2.15':
|
'@next/swc-win32-x64-msvc@14.2.32':
|
||||||
resolution: {integrity: sha512-SzqGbsLsP9OwKNUG9nekShTwhj6JSB9ZLMWQ8g1gG6hdE5gQLncbnbymrwy2yVmH9nikSLYRYxYMFu78Ggp7/g==}
|
resolution: {integrity: sha512-2N0lSoU4GjfLSO50wvKpMQgKd4HdI2UHEhQPPPnlgfBJlOgJxkjpkYBqzk08f1gItBB6xF/n+ykso2hgxuydsA==}
|
||||||
engines: {node: '>= 10'}
|
engines: {node: '>= 10'}
|
||||||
cpu: [x64]
|
cpu: [x64]
|
||||||
os: [win32]
|
os: [win32]
|
||||||
@@ -300,8 +300,8 @@ packages:
|
|||||||
'@swc/counter@0.1.3':
|
'@swc/counter@0.1.3':
|
||||||
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==}
|
||||||
|
|
||||||
'@swc/helpers@0.5.13':
|
'@swc/helpers@0.5.17':
|
||||||
resolution: {integrity: sha512-UoKGxQ3r5kYI9dALKJapMmuK+1zWM/H17Z1+iwnNmzcJRnfFuevZs375TA5rW31pu4BS4NoSy1fRsexDXfWn5w==}
|
resolution: {integrity: sha512-5IKx/Y13RsYd+sauPb2x+U/xZikHjolzfuDgTAl/Tdf3Q8rslRvC19NKDLgAJQ6wsqADk10ntlv08nPFw/gO/A==}
|
||||||
|
|
||||||
'@swc/helpers@0.5.5':
|
'@swc/helpers@0.5.5':
|
||||||
resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==}
|
resolution: {integrity: sha512-KGYxvIOXcceOAbEk4bi/dVLEK9z8sZ0uBB3Il5b1rhfClSpcX0yfRO0KmTkqR2cnQDymwLB+25ZyMzICg/cm/A==}
|
||||||
@@ -356,8 +356,8 @@ packages:
|
|||||||
'@types/node@22.7.7':
|
'@types/node@22.7.7':
|
||||||
resolution: {integrity: sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==}
|
resolution: {integrity: sha512-SRxCrrg9CL/y54aiMCG3edPKdprgMVGDXjA3gB8UmmBW5TcXzRUYAh8EWzTnSJFAd1rgImPELza+A3bJ+qxz8Q==}
|
||||||
|
|
||||||
'@types/prop-types@15.7.13':
|
'@types/prop-types@15.7.15':
|
||||||
resolution: {integrity: sha512-hCZTSvwbzWGvhqxp/RqVqwU999pBf2vp7hzIjiYOsl8wqOmUxkQ6ddw1cV3l8811+kdUFus/q4d1Y3E3SyEifA==}
|
resolution: {integrity: sha512-F6bEyamV9jKGAFBEmlQnesRPGOQqS2+Uwi0Em15xenOxHaf2hv6L8YCVn3rPdPJOiJfPiCnLIRyvwVaqMY3MIw==}
|
||||||
|
|
||||||
'@types/react@18.3.2':
|
'@types/react@18.3.2':
|
||||||
resolution: {integrity: sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==}
|
resolution: {integrity: sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==}
|
||||||
@@ -418,8 +418,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
|
resolution: {integrity: sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==}
|
||||||
engines: {node: '>=10.16.0'}
|
engines: {node: '>=10.16.0'}
|
||||||
|
|
||||||
caniuse-lite@1.0.30001669:
|
caniuse-lite@1.0.30001739:
|
||||||
resolution: {integrity: sha512-DlWzFDJqstqtIVx1zeSpIMLjunf5SmwOw0N2Ck/QSQdS8PLS4+9HrLaYei4w8BIAL7IB/UEDu889d8vhCTPA0w==}
|
resolution: {integrity: sha512-y+j60d6ulelrNSwpPyrHdl+9mJnQzHBr08xm48Qno0nSk4h3Qojh+ziv2qE6rXf4k3tadF4o1J/1tAbVm1NtnA==}
|
||||||
|
|
||||||
ccount@2.0.1:
|
ccount@2.0.1:
|
||||||
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
resolution: {integrity: sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==}
|
||||||
@@ -1124,8 +1124,8 @@ packages:
|
|||||||
ms@2.1.3:
|
ms@2.1.3:
|
||||||
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
resolution: {integrity: sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==}
|
||||||
|
|
||||||
nanoid@3.3.8:
|
nanoid@3.3.11:
|
||||||
resolution: {integrity: sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==}
|
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
||||||
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
|
|
||||||
@@ -1139,8 +1139,8 @@ packages:
|
|||||||
react: ^16.8 || ^17 || ^18
|
react: ^16.8 || ^17 || ^18
|
||||||
react-dom: ^16.8 || ^17 || ^18
|
react-dom: ^16.8 || ^17 || ^18
|
||||||
|
|
||||||
next@14.2.15:
|
next@14.2.32:
|
||||||
resolution: {integrity: sha512-h9ctmOokpoDphRvMGnwOJAedT6zKhwqyZML9mDtspgf4Rh3Pn7UTYKqePNoDvhsWBAO5GoPNYshnAUGIazVGmw==}
|
resolution: {integrity: sha512-fg5g0GZ7/nFc09X8wLe6pNSU8cLWbLRG3TZzPJ1BJvi2s9m7eF991se67wliM9kR5yLHRkyGKU49MMx58s3LJg==}
|
||||||
engines: {node: '>=18.17.0'}
|
engines: {node: '>=18.17.0'}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
@@ -1450,8 +1450,8 @@ packages:
|
|||||||
resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==}
|
resolution: {integrity: sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==}
|
||||||
engines: {node: '>=6.10'}
|
engines: {node: '>=6.10'}
|
||||||
|
|
||||||
tslib@2.8.0:
|
tslib@2.8.1:
|
||||||
resolution: {integrity: sha512-jWVzBLplnCmoaTr13V9dYbiQ99wvZRd0vNWaDRg+aVYRcjDF3nDksxFDE/+fkXnKhpnUUkmx5pK/v8mCtLVqZA==}
|
resolution: {integrity: sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==}
|
||||||
|
|
||||||
twoslash-protocol@0.2.12:
|
twoslash-protocol@0.2.12:
|
||||||
resolution: {integrity: sha512-5qZLXVYfZ9ABdjqbvPc4RWMr7PrpPaaDSeaYY55vl/w1j6H6kzsWK/urAEIXlzYlyrFmyz1UbwIt+AA0ck+wbg==}
|
resolution: {integrity: sha512-5qZLXVYfZ9ABdjqbvPc4RWMr7PrpPaaDSeaYY55vl/w1j6H6kzsWK/urAEIXlzYlyrFmyz1UbwIt+AA0ck+wbg==}
|
||||||
@@ -1643,7 +1643,7 @@ snapshots:
|
|||||||
|
|
||||||
'@formatjs/intl-localematcher@0.5.5':
|
'@formatjs/intl-localematcher@0.5.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib: 2.8.0
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@headlessui/react@2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
'@headlessui/react@2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -1767,33 +1767,33 @@ snapshots:
|
|||||||
'@napi-rs/simple-git-win32-arm64-msvc': 0.1.19
|
'@napi-rs/simple-git-win32-arm64-msvc': 0.1.19
|
||||||
'@napi-rs/simple-git-win32-x64-msvc': 0.1.19
|
'@napi-rs/simple-git-win32-x64-msvc': 0.1.19
|
||||||
|
|
||||||
'@next/env@14.2.15': {}
|
'@next/env@14.2.32': {}
|
||||||
|
|
||||||
'@next/swc-darwin-arm64@14.2.15':
|
'@next/swc-darwin-arm64@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@next/swc-darwin-x64@14.2.15':
|
'@next/swc-darwin-x64@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@next/swc-linux-arm64-gnu@14.2.15':
|
'@next/swc-linux-arm64-gnu@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@next/swc-linux-arm64-musl@14.2.15':
|
'@next/swc-linux-arm64-musl@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@next/swc-linux-x64-gnu@14.2.15':
|
'@next/swc-linux-x64-gnu@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@next/swc-linux-x64-musl@14.2.15':
|
'@next/swc-linux-x64-musl@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@next/swc-win32-arm64-msvc@14.2.15':
|
'@next/swc-win32-arm64-msvc@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@next/swc-win32-ia32-msvc@14.2.15':
|
'@next/swc-win32-ia32-msvc@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@next/swc-win32-x64-msvc@14.2.15':
|
'@next/swc-win32-x64-msvc@14.2.32':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@react-aria/focus@3.18.4(react@18.3.1)':
|
'@react-aria/focus@3.18.4(react@18.3.1)':
|
||||||
@@ -1801,7 +1801,7 @@ snapshots:
|
|||||||
'@react-aria/interactions': 3.22.4(react@18.3.1)
|
'@react-aria/interactions': 3.22.4(react@18.3.1)
|
||||||
'@react-aria/utils': 3.25.3(react@18.3.1)
|
'@react-aria/utils': 3.25.3(react@18.3.1)
|
||||||
'@react-types/shared': 3.25.0(react@18.3.1)
|
'@react-types/shared': 3.25.0(react@18.3.1)
|
||||||
'@swc/helpers': 0.5.13
|
'@swc/helpers': 0.5.17
|
||||||
clsx: 2.1.1
|
clsx: 2.1.1
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
|
|
||||||
@@ -1810,12 +1810,12 @@ snapshots:
|
|||||||
'@react-aria/ssr': 3.9.6(react@18.3.1)
|
'@react-aria/ssr': 3.9.6(react@18.3.1)
|
||||||
'@react-aria/utils': 3.25.3(react@18.3.1)
|
'@react-aria/utils': 3.25.3(react@18.3.1)
|
||||||
'@react-types/shared': 3.25.0(react@18.3.1)
|
'@react-types/shared': 3.25.0(react@18.3.1)
|
||||||
'@swc/helpers': 0.5.13
|
'@swc/helpers': 0.5.17
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
|
|
||||||
'@react-aria/ssr@3.9.6(react@18.3.1)':
|
'@react-aria/ssr@3.9.6(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/helpers': 0.5.13
|
'@swc/helpers': 0.5.17
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
|
|
||||||
'@react-aria/utils@3.25.3(react@18.3.1)':
|
'@react-aria/utils@3.25.3(react@18.3.1)':
|
||||||
@@ -1823,13 +1823,13 @@ snapshots:
|
|||||||
'@react-aria/ssr': 3.9.6(react@18.3.1)
|
'@react-aria/ssr': 3.9.6(react@18.3.1)
|
||||||
'@react-stately/utils': 3.10.4(react@18.3.1)
|
'@react-stately/utils': 3.10.4(react@18.3.1)
|
||||||
'@react-types/shared': 3.25.0(react@18.3.1)
|
'@react-types/shared': 3.25.0(react@18.3.1)
|
||||||
'@swc/helpers': 0.5.13
|
'@swc/helpers': 0.5.17
|
||||||
clsx: 2.1.1
|
clsx: 2.1.1
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
|
|
||||||
'@react-stately/utils@3.10.4(react@18.3.1)':
|
'@react-stately/utils@3.10.4(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/helpers': 0.5.13
|
'@swc/helpers': 0.5.17
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
|
|
||||||
'@react-types/shared@3.25.0(react@18.3.1)':
|
'@react-types/shared@3.25.0(react@18.3.1)':
|
||||||
@@ -1874,14 +1874,14 @@ snapshots:
|
|||||||
|
|
||||||
'@swc/counter@0.1.3': {}
|
'@swc/counter@0.1.3': {}
|
||||||
|
|
||||||
'@swc/helpers@0.5.13':
|
'@swc/helpers@0.5.17':
|
||||||
dependencies:
|
dependencies:
|
||||||
tslib: 2.8.0
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@swc/helpers@0.5.5':
|
'@swc/helpers@0.5.5':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@swc/counter': 0.1.3
|
'@swc/counter': 0.1.3
|
||||||
tslib: 2.8.0
|
tslib: 2.8.1
|
||||||
|
|
||||||
'@tanstack/react-virtual@3.10.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
'@tanstack/react-virtual@3.10.8(react-dom@18.3.1(react@18.3.1))(react@18.3.1)':
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -1940,11 +1940,11 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
undici-types: 6.19.8
|
undici-types: 6.19.8
|
||||||
|
|
||||||
'@types/prop-types@15.7.13': {}
|
'@types/prop-types@15.7.15': {}
|
||||||
|
|
||||||
'@types/react@18.3.2':
|
'@types/react@18.3.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/prop-types': 15.7.13
|
'@types/prop-types': 15.7.15
|
||||||
csstype: 3.1.3
|
csstype: 3.1.3
|
||||||
|
|
||||||
'@types/unist@2.0.11': {}
|
'@types/unist@2.0.11': {}
|
||||||
@@ -1993,7 +1993,7 @@ snapshots:
|
|||||||
dependencies:
|
dependencies:
|
||||||
streamsearch: 1.1.0
|
streamsearch: 1.1.0
|
||||||
|
|
||||||
caniuse-lite@1.0.30001669: {}
|
caniuse-lite@1.0.30001739: {}
|
||||||
|
|
||||||
ccount@2.0.1: {}
|
ccount@2.0.1: {}
|
||||||
|
|
||||||
@@ -3129,7 +3129,7 @@ snapshots:
|
|||||||
|
|
||||||
ms@2.1.3: {}
|
ms@2.1.3: {}
|
||||||
|
|
||||||
nanoid@3.3.8: {}
|
nanoid@3.3.11: {}
|
||||||
|
|
||||||
negotiator@0.6.4: {}
|
negotiator@0.6.4: {}
|
||||||
|
|
||||||
@@ -3138,46 +3138,46 @@ snapshots:
|
|||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
react-dom: 18.3.1(react@18.3.1)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
|
|
||||||
next@14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
next@14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@next/env': 14.2.15
|
'@next/env': 14.2.32
|
||||||
'@swc/helpers': 0.5.5
|
'@swc/helpers': 0.5.5
|
||||||
busboy: 1.6.0
|
busboy: 1.6.0
|
||||||
caniuse-lite: 1.0.30001669
|
caniuse-lite: 1.0.30001739
|
||||||
graceful-fs: 4.2.11
|
graceful-fs: 4.2.11
|
||||||
postcss: 8.4.31
|
postcss: 8.4.31
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
react-dom: 18.3.1(react@18.3.1)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
styled-jsx: 5.1.1(react@18.3.1)
|
styled-jsx: 5.1.1(react@18.3.1)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@next/swc-darwin-arm64': 14.2.15
|
'@next/swc-darwin-arm64': 14.2.32
|
||||||
'@next/swc-darwin-x64': 14.2.15
|
'@next/swc-darwin-x64': 14.2.32
|
||||||
'@next/swc-linux-arm64-gnu': 14.2.15
|
'@next/swc-linux-arm64-gnu': 14.2.32
|
||||||
'@next/swc-linux-arm64-musl': 14.2.15
|
'@next/swc-linux-arm64-musl': 14.2.32
|
||||||
'@next/swc-linux-x64-gnu': 14.2.15
|
'@next/swc-linux-x64-gnu': 14.2.32
|
||||||
'@next/swc-linux-x64-musl': 14.2.15
|
'@next/swc-linux-x64-musl': 14.2.32
|
||||||
'@next/swc-win32-arm64-msvc': 14.2.15
|
'@next/swc-win32-arm64-msvc': 14.2.32
|
||||||
'@next/swc-win32-ia32-msvc': 14.2.15
|
'@next/swc-win32-ia32-msvc': 14.2.32
|
||||||
'@next/swc-win32-x64-msvc': 14.2.15
|
'@next/swc-win32-x64-msvc': 14.2.32
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@babel/core'
|
- '@babel/core'
|
||||||
- babel-plugin-macros
|
- babel-plugin-macros
|
||||||
|
|
||||||
nextra-theme-docs@3.0.15(next@14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
nextra-theme-docs@3.0.15(next@14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(nextra@3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3))(react-dom@18.3.1(react@18.3.1))(react@18.3.1):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@headlessui/react': 2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
'@headlessui/react': 2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
clsx: 2.1.1
|
clsx: 2.1.1
|
||||||
escape-string-regexp: 5.0.0
|
escape-string-regexp: 5.0.0
|
||||||
flexsearch: 0.7.43
|
flexsearch: 0.7.43
|
||||||
next: 14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
next: 14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
next-themes: 0.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
next-themes: 0.3.0(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
nextra: 3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)
|
nextra: 3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3)
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
react-dom: 18.3.1(react@18.3.1)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
scroll-into-view-if-needed: 3.1.0
|
scroll-into-view-if-needed: 3.1.0
|
||||||
zod: 3.23.8
|
zod: 3.23.8
|
||||||
|
|
||||||
nextra@3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3):
|
nextra@3.0.15(@types/react@18.3.2)(acorn@8.13.0)(next@14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1))(react-dom@18.3.1(react@18.3.1))(react@18.3.1)(typescript@5.6.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@formatjs/intl-localematcher': 0.5.5
|
'@formatjs/intl-localematcher': 0.5.5
|
||||||
'@headlessui/react': 2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
'@headlessui/react': 2.1.10(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
@@ -3197,7 +3197,7 @@ snapshots:
|
|||||||
hast-util-to-estree: 3.1.0
|
hast-util-to-estree: 3.1.0
|
||||||
katex: 0.16.11
|
katex: 0.16.11
|
||||||
negotiator: 0.6.4
|
negotiator: 0.6.4
|
||||||
next: 14.2.15(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
next: 14.2.32(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||||
p-limit: 6.1.0
|
p-limit: 6.1.0
|
||||||
react: 18.3.1
|
react: 18.3.1
|
||||||
react-dom: 18.3.1(react@18.3.1)
|
react-dom: 18.3.1(react@18.3.1)
|
||||||
@@ -3294,7 +3294,7 @@ snapshots:
|
|||||||
|
|
||||||
postcss@8.4.31:
|
postcss@8.4.31:
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 3.3.8
|
nanoid: 3.3.11
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
@@ -3592,7 +3592,7 @@ snapshots:
|
|||||||
|
|
||||||
ts-dedent@2.2.0: {}
|
ts-dedent@2.2.0: {}
|
||||||
|
|
||||||
tslib@2.8.0: {}
|
tslib@2.8.1: {}
|
||||||
|
|
||||||
twoslash-protocol@0.2.12: {}
|
twoslash-protocol@0.2.12: {}
|
||||||
|
|
||||||
|
@@ -11,7 +11,7 @@ export default {
|
|||||||
content: 'Question? An error? Give feedback →',
|
content: 'Question? An error? Give feedback →',
|
||||||
},
|
},
|
||||||
head: (
|
head: (
|
||||||
<script async defer src="https://spectare.nicco.io/unicorn.js" data-website-id="c334f091-7d22-4f84-b06e-b602d4ba889a"></script>
|
<script defer src="https://spectare.nicco.io//unicorn.js" data-website-id="4aecaa6f-1e68-4a21-960a-8ff5aaa6599a"></script>
|
||||||
),
|
),
|
||||||
footer: {
|
footer: {
|
||||||
text: (
|
text: (
|
||||||
|
Reference in New Issue
Block a user