Skip to content

Commit 4203e98

Browse files
authored
Merge pull request #1 from ninalynnr69/Passkey
update existing entry text for clarity, adds OP
2 parents 8fa6da3 + 0d2a707 commit 4203e98

File tree

235 files changed

+2604
-28193
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

235 files changed

+2604
-28193
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,27 @@
11
# Custom Dictionary Words
2+
Bluesky
23
cdaps
4+
chromeos
5+
cloudflareinsights
36
CTAP
7+
Descope
8+
errorf
49
geolocation
10+
gethinode
11+
getstarted
12+
Hanko
13+
hinode
14+
isset
515
Keychain
616
lastmod
17+
nosniff
18+
opengraph
19+
reauth
720
Reauthentication
21+
SAMEORIGIN
22+
unshallow
823
upsell
924
UVRA
1025
webauthn
26+
webshare
27+
Yubico

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc.json

Lines changed: 0 additions & 31 deletions
This file was deleted.

.git-hooks/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
echo "Running pre-commit checks..."
4+
markdownlint-cli2 "*.md" "content/**/*.md"

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
For Work In Progress Pull Requests, please use the Draft PR feature,
3+
see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details.
4+
5+
For a timely review/response, please avoid force-pushing additional
6+
commits if your PR already received reviews or comments.
7+
8+
Before submitting a Pull Request, please ensure you've done the following:
9+
- 👷‍♀️ Create small PRs. In most cases this will be possible.
10+
- 📝 Use descriptive commit messages.
11+
12+
NOTE: Pull Requests from forked repositories will need to be reviewed by
13+
a passkeys.dev maintainer before any CI builds will run.
14+
-->
15+
16+
## What type of PR is this? (check all applicable)
17+
18+
- [ ] Minor content update (spelling, grammar)
19+
- [ ] Substantive content update (changes meaning)
20+
- [ ] Net new content
21+
- [ ] Reference content update (platforms, device support, etc)
22+
- [ ] Core platform updates (Hugo / Hinode / Cloudflare)
23+
- [ ] Administrivia / chores
24+
25+
## Description, Motivation, and Context
26+
27+
<!--- Describe your changes in detail. Why is this change required? What problem does it solve? -->
28+
29+
## Related Issues
30+
31+
<!--
32+
For pull requests that relate or close an issue, please include them
33+
below. We like to follow [Github's guidance on linking issues to pull requests](https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue).
34+
35+
For example having the text: "closes #1234" would connect the current pull
36+
request to issue 1234. And when we merge the pull request, Github will
37+
automatically close the issue.
38+
-->
39+
40+
- Related Issue #
41+
- Closes #

.gitignore

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
node_modules
2-
public
3-
resources
1+
/_vendor
2+
/prebuild
3+
/public
4+
resources/
5+
node_modules/
6+
7+
.DS_store
8+
.hugo_build.lock
49
.netlify
5-
.hugo_build.lock
10+
11+
hugo

.gitpod.yml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.husky/pre-commit

Lines changed: 0 additions & 4 deletions
This file was deleted.

.markdownlint-cli2.jsonc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"config": {
33
"default": true,
44
"MD013": false,
5-
"MD022": false,
65
"MD024": false,
7-
"MD025": false,
86
"MD026": false,
9-
"MD033": false,
107
"MD034": false,
11-
"MD036": false
8+
"MD051": false,
9+
"MD053": false,
10+
"MD055": false,
11+
"MD056": false
1212
},
13-
"ignores": ["node_modules", "CHANGELOG.md", "README.md"]
13+
"ignores": ["node_modules", "CHANGELOG.md"]
1414
}

.npmignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)