nav: add email OTP to navigation
Edward Thomson committed
Dec 7, 2021 at 11:53 UTC
4d6aec81ee716fa11cc417d5cb158bda726fce27
2 files changed
+4
src/gatsby-theme-doctornpm/nav.yml
+2
@@ -15,6 +15,8 @@
15
url: /creating-a-new-npm-user-account
16
- title: Creating a strong password
17
url: /creating-a-strong-password
18
+ - title: Receiving a one-time password over email
19
+ url: /receiving-a-one-time-password-over-email
20
- title: About two-factor authentication
21
url: /about-two-factor-authentication
22
- title: Configuring two-factor authentication
src/nav-base.yml
+2
@@ -12,6 +12,8 @@
12
url: /creating-a-new-npm-user-account
13
- title: Creating a strong password
14
url: /creating-a-strong-password
15
+ - title: Receiving a one-time password over email
16
+ url: /receiving-a-one-time-password-over-email
17
- title: About two-factor authentication
18
url: /about-two-factor-authentication
19
- title: Configuring two-factor authentication