You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`MDX`\*| Path to `*.mdx` folder<br/>NB: can be relative or absolute |`docs` or `~/code/myproject/documentation`|
28
-
|`NEXT_PUBLIC_LIBNAME`\*| Library name |`React Three Fiber`|
29
-
|`NEXT_PUBLIC_LIBNAME_SHORT`| Library short name |`r3f`|
30
-
|`BASE_PATH`| Base path for the final URL |`/react-three-fiber`|
31
-
|`DIST_DIR`| Path to the output folder ([within project](https://nextjs.org/docs/app/api-reference/next-config-js/distDir#:~:text=should%20not%20leave%20your%20project%20directory)) |`out` or `docs/out/react-three-fiber`|
32
-
|`OUTPUT`| Set to `export` for static output |`export`|
33
-
|`HOME_REDIRECT`| Where the home should redirect |`/getting-started/introduction`|
34
-
|`MDX_BASEURL`| Base URL for inlining relative images |`http://localhost:60141`or `https://github.com/pmndrs/react-three-fiber/raw/master/docs`|
35
-
|`SOURCECODE_BASEURL`| Base URL for `sourcecode:` code path |`https://github.com/pmndrs/react-three-fiber/tree/main`|
36
-
|`EDIT_BASEURL`| Base URL for displaying "Edit this page" URLs |`https://github.com/pmndrs/react-three-fiber/edit/master/docs`|
37
-
|`NEXT_PUBLIC_URL`| Final URL of the published website |`https://pmndrs.github.io/react-three-fiber`|
38
-
|`ICON`| Emoji or image to use as (fav)icon (path local to `MDX`) |`🇨🇭` or `/icon.png` or `/favicon.ico`|
39
-
|`LOGO`| Logo src/path (either FQURL or local to `MDX` path) |`/logo.png` or `https://worldvectorlogo.com/r3f.png`|
|`THEME_PRIMARY`| Primary accent color |`#323e48`|
43
-
|`THEME_SCHEME`| Theme scheme |`content` or `expressive` or `fidelity` or `monochrome` or `neutral` or `tonalSpot` or `vibrant`|
44
-
|`THEME_CONTRAST`| Theme contrast -- value between -1 and 1 |`0` or `-1` or `1` or `-.6`|
45
-
|`THEME_NOTE`| "note" color |`#1f6feb`|
46
-
|`THEME_TIP`| "tip" color |`#238636`|
47
-
|`THEME_IMPORTANT`| "important" color |`#8957e5`|
48
-
|`THEME_WARNING`| "warning" color |`#d29922`|
49
-
|`THEME_CAUTION`| "caution" color |`#da3633`|
50
-
|`CONTRIBUTORS_PAT`| GitHub token for contributors API (see: https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2022-11-28#list-repository-collaborators)|`ghp_1234567890`|
|`MDX`\*| Path to `*.mdx` folder<br/>NB: can be relative or absolute |`docs` or `~/code/myproject/documentation`|
28
+
|`NEXT_PUBLIC_LIBNAME`\*| Library name |`React Three Fiber`|
29
+
|`NEXT_PUBLIC_LIBNAME_SHORT`| Library short name |`r3f`|
30
+
|`NEXT_PUBLIC_LIBNAME_DOTSUFFIX_LABEL`| Text for the ".docs" suffix link inside the header |`docs`|
31
+
|`NEXT_PUBLIC_LIBNAME_DOTSUFFIX_HREF`| Href for the ".docs" suffix link inside the header |`https://docs.pmnd.rs`|
32
+
|`BASE_PATH`| Base path for the final URL |`/react-three-fiber`|
33
+
|`DIST_DIR`| Path to the output folder ([within project](https://nextjs.org/docs/app/api-reference/next-config-js/distDir#:~:text=should%20not%20leave%20your%20project%20directory)) |`out` or `docs/out/react-three-fiber`|
34
+
|`OUTPUT`| Set to `export` for static output |`export`|
35
+
|`HOME_REDIRECT`| Where the home should redirect |`/getting-started/introduction`|
36
+
|`MDX_BASEURL`| Base URL for inlining relative images |`http://localhost:60141`or `https://github.com/pmndrs/react-three-fiber/raw/master/docs`|
37
+
|`SOURCECODE_BASEURL`| Base URL for `sourcecode:` code path |`https://github.com/pmndrs/react-three-fiber/tree/main`|
38
+
|`EDIT_BASEURL`| Base URL for displaying "Edit this page" URLs |`https://github.com/pmndrs/react-three-fiber/edit/master/docs`|
39
+
|`NEXT_PUBLIC_URL`| Final URL of the published website |`https://pmndrs.github.io/react-three-fiber`|
40
+
|`ICON`| Emoji or image to use as (fav)icon (path local to `MDX`) |`🇨🇭` or `/icon.png` or `/favicon.ico`|
41
+
|`LOGO`| Logo src/path (either FQURL or local to `MDX` path) |`/logo.png` or `https://worldvectorlogo.com/r3f.png`|
|`THEME_PRIMARY`| Primary accent color |`#323e48`|
45
+
|`THEME_SCHEME`| Theme scheme |`content` or `expressive` or `fidelity` or `monochrome` or `neutral` or `tonalSpot` or `vibrant`|
46
+
|`THEME_CONTRAST`| Theme contrast -- value between -1 and 1 |`0` or `-1` or `1` or `-.6`|
47
+
|`THEME_NOTE`| "note" color |`#1f6feb`|
48
+
|`THEME_TIP`| "tip" color |`#238636`|
49
+
|`THEME_IMPORTANT`| "important" color |`#8957e5`|
50
+
|`THEME_WARNING`| "warning" color |`#d29922`|
51
+
|`THEME_CAUTION`| "caution" color |`#da3633`|
52
+
|`CONTRIBUTORS_PAT`| GitHub token for contributors API (see: https://docs.github.com/en/rest/collaborators/collaborators?apiVersion=2022-11-28#list-repository-collaborators)|`ghp_1234567890`|
0 commit comments