Skip to content

Commit 5b2389f

Browse files
committed
docs: add issue links to the readme
1 parent f93f2a6 commit 5b2389f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ That's where Replexica comes in: it's a build system plugin (+ AI engine in the
1717
## API
1818

1919
> [!NOTE]
20-
> This guide is for Next.js App Router apps only. Support for other setups is coming soon (ETA April 2024).
20+
> This guide is for Next.js App Router apps only. Support for other setups is coming soon (ETA April 2024). <https://github.com/replexica/replexica/issues/25>
2121
2222
```js
2323
// next.config.mjs
@@ -178,7 +178,7 @@ export default replexica.next(
178178
### Step 3. Configure React app
179179

180180
> [!NOTE]
181-
> This guide is for Next.js App Router apps only. Guides for other setups are coming soon (ETA April 2024).
181+
> This guide is for Next.js App Router apps only. Guides for other setups are coming soon (ETA April 2024). <https://github.com/replexica/replexica/issues/25>
182182
183183
If you plan on having `'use client'` components *at least somewhere* in your app (you probably do), you'll need to also wrap your entire component tree in `<ReplexicaProvider />`:
184184

@@ -233,7 +233,7 @@ pnpm run start
233233
> `pnpm replexica i18n` must be run after every build, to fetch the latest translations from the Replexica platform. It must be run in CI/CD pipelines as well, right after the `build` step.
234234
235235
> [!NOTE]
236-
> We know that running `pnpm replexica i18n` after every build and running the build twice can be a bit cumbersome. We're working on a solution to make this process more streamlined (ETA April 2024 🙏)!
236+
> We know that running `pnpm replexica i18n` after every build and running the build twice can be a bit cumbersome. We're working on a solution to make this process more streamlined (ETA April 2024 🙏)! <https://github.com/replexica/replexica/issues/26>
237237
238238
### Step 5 (Optional). Test the result
239239

0 commit comments

Comments
 (0)