Skip to content

Commit 753f54c

Browse files
author
Adam Grossman
committed
Update config and fix yarn build
1 parent fe4eacc commit 753f54c

8 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/capabilities/server/http-fetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Any app that uses `fetch` must upload Terms and Conditions and a Privacy Policy.
112112

113113
![App configuration form](../../assets/capabilities/http-fetch/http-fetch-legal-links.png)
114114

115-
## Global fetch allowlist {#global-fetch-allowlist}
115+
## Global fetch allowlist
116116

117117
The following domains are globally allowed and can be fetched by any app:
118118

docs/capabilities/server/settings-and-secrets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Validate user input to ensure it meets your requirements before saving.
436436

437437
Once your app is installed, moderators can configure subreddit settings through the Install Settings page. These settings are scoped to the specific subreddit where the app is installed.
438438

439-
<!-- ![Settings configuration interface](../assets/capabilities/app-configurations/app-configurations-all-types.png) -->
439+
{/* ![Settings configuration interface](../assets/capabilities/app-configurations/app-configurations-all-types.png) */}
440440

441441
Moderators will see all non-secret settings defined for the subreddit scope and can update them as needed. Changes are saved immediately and available to your app.
442442

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const LATEST_DEVVIT_VERSION = '0.12'; // update-versioned-docs.mjs sets this aut
99
const config: Config = {
1010
future: {
1111
v4: true,
12-
experimental_faster: true,
12+
faster: true,
1313
},
1414
title: "Reddit for Developers",
1515
tagline: "An app for anything",

versioned_docs/version-0.11/dev_guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You should see the version numbers for Node.js and npm as output.
8383

8484
To download and install the Devvit CLI, run one of the following commands:
8585

86-
<!-- prettier-ignore-start -->
86+
{/* prettier-ignore-start */}
8787
<Tabs>
8888
<TabItem value="npm" label="npm" default>
8989
```bash
@@ -101,7 +101,7 @@ To download and install the Devvit CLI, run one of the following commands:
101101
```
102102
</TabItem>
103103
</Tabs>
104-
<!-- prettier-ignore-end -->
104+
{/* prettier-ignore-end */}
105105

106106
## 3. Log in
107107

versioned_docs/version-0.11/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Follow these steps to install Devvit and create your first app.
8686

8787
1. **Install the Devvit CLI** - Choose your preferred package manager:
8888

89-
<!-- prettier-ignore-start -->
89+
{/* prettier-ignore-start */}
9090
<Tabs>
9191
<TabItem value="npm" label="npm" default>
9292
```bash
@@ -104,7 +104,7 @@ Follow these steps to install Devvit and create your first app.
104104
```
105105
</TabItem>
106106
</Tabs>
107-
<!-- prettier-ignore-end -->
107+
{/* prettier-ignore-end */}
108108

109109
2. **Log in to Reddit**
110110

versioned_docs/version-0.11/updating_the_cli.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<!--
1+
{/*
22
Note: This document is referenced by URL in the CLI and Portal, and should always contain the latest
33
information on how users can update the CLI.
4-
-->
4+
*/}
55

66
# Updating the Devvit CLI
77

versioned_docs/version-0.12/capabilities/server/http-fetch.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Any app that uses `fetch` must upload Terms and Conditions and a Privacy Policy.
112112

113113
![App configuration form](../../assets/capabilities/http-fetch/http-fetch-legal-links.png)
114114

115-
## Global fetch allowlist {#global-fetch-allowlist}
115+
## Global fetch allowlist
116116

117117
The following domains are globally allowed and can be fetched by any app:
118118

versioned_docs/version-0.12/capabilities/server/settings-and-secrets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ Validate user input to ensure it meets your requirements before saving.
436436

437437
Once your app is installed, moderators can configure subreddit settings through the Install Settings page. These settings are scoped to the specific subreddit where the app is installed.
438438

439-
<!-- ![Settings configuration interface](../assets/capabilities/app-configurations/app-configurations-all-types.png) -->
439+
{/* ![Settings configuration interface](../assets/capabilities/app-configurations/app-configurations-all-types.png) */}
440440

441441
Moderators will see all non-secret settings defined for the subreddit scope and can update them as needed. Changes are saved immediately and available to your app.
442442

0 commit comments

Comments
 (0)