Skip to content

Commit 2d3b46c

Browse files
feat: add robots.txt and sitemap.xml for SEO and fix unlinked docs pages
1 parent d8dc024 commit 2d3b46c

File tree

7 files changed

+11
-8
lines changed

7 files changed

+11
-8
lines changed

docs/docs/guide/4.expo/1.commands/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Creates a config file.
66

77
## `deploy`
88

9-
Bundles and deploys the current code. During deploy, values like runtimeVersion can be automated by entering them in [CliConfig](/guide/3.expo/3.configs.html#cloud-pushconfigts--cliconfig-).
9+
Bundles and deploys the current code. During deploy, values like runtimeVersion can be automated by entering them in [CliConfig](/guide/4.expo/3.configs.html#cloud-pushconfigts--cliconfig-).
1010

1111
## `rollback`
1212

docs/docs/guide/4.expo/4.env/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Environment variables
22

3-
Environment variables are used when using [dbClient](/guide/4.cloud/2.dbClients.html) and [storageClient](/guide/4.cloud/1.storageClients.html) or when creating bundles, and support both `.env` and `eas env`.
3+
Environment variables are used when using [dbClient](/guide/6.cloud/2.dbClients.html) and [storageClient](/guide/6.cloud/1.storageClients.html) or when creating bundles, and support both `.env` and `eas env`.
44
You can decide where to load environment variables from each time you need to use them.
55

66
## Supported environments

docs/docs/guide/4.expo/5.methods/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## `getConfig`
44

5-
Retrieves [AppConfig](/guide/3.expo/3.configs.html#appconfigts--appconfig-)
5+
Retrieves [AppConfig](/guide/4.expo/3.configs.html#appconfigts--appconfig-)
66

77
## `getUpdateStatus`
88

@@ -12,4 +12,4 @@ interface UpdateStatus {
1212
}
1313
```
1414

15-
Sends a request to [`/api/updates/status`](/guide/2.next/3.api.html#apiupdatesstatus) and returns UpdateStatus.
15+
Sends a request to [`/api/updates/status`](/guide/5.next/3.api.html#apiupdatesstatus) and returns UpdateStatus.

docs/docs/guide/5.next/1.commands/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
## `next-init`
44

5-
Creates [api](/guide/2.next/3.api.html), [dashboard](/guide/2.next/2.dashboard.html), [components](/guide/2.next/5.components.html), and [configs](/guide/2.next/4.configs.html) in your Next.js project.
5+
Creates [api](/guide/5.next/3.api.html), [dashboard](/guide/5.next/2.dashboard.html), [components](/guide/5.next/5.components.html), and [configs](/guide/5.next/4.configs.html) in your Next.js project.

docs/docs/guide/5.next/2.dashboard/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
## force update
44

5-
Users can check if an update is mandatory for their current bundle through [`getUpdateStatus`](/guide/3.expo/5.methods.html#getupdatestatus).
5+
Users can check if an update is mandatory for their current bundle through [`getUpdateStatus`](/guide/4.expo/5.methods.html#getupdatestatus).
66

77
## normal update
88

9-
Default value when [`deploy`](/guide/3.expo/1.commands.html#deploy). Updates if a newer bundle exists.
9+
Default value when [`deploy`](/guide/4.expo/1.commands.html#deploy). Updates if a newer bundle exists.
1010

1111
## rollback
1212

13-
Reverts to a previous version. Functions similarly to [`rollback`](/guide/3.expo/1.commands.html#rollback). Once a bundle has been rolled back, it cannot be used again. You need to [`deploy`](/guide/3.expo/1.commands.html#deploy) the version you want to roll back to as a new bundle.
13+
Reverts to a previous version. Functions similarly to [`rollback`](/guide/4.expo/1.commands.html#rollback). Once a bundle has been rolled back, it cannot be used again. You need to [`deploy`](/guide/4.expo/1.commands.html#deploy) the version you want to roll back to as a new bundle.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google-site-verification: googlec1e7a419ca8f8bca.html

docs/docs/public/robots.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
User-agent: *
2+
Allow: /

0 commit comments

Comments
 (0)