Skip to content

Commit 472bd20

Browse files
authored
add callstack copyright and quick start (#302)
1 parent 9f5b0f1 commit 472bd20

File tree

4 files changed

+71
-55
lines changed

4 files changed

+71
-55
lines changed

pnpm-lock.yaml

Lines changed: 61 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ pageType: home
33

44
hero:
55
name: React Native Enterprise Framework
6-
tagline: Build once, reuse everywhere
6+
tagline: A successor to Community CLI with focus on modularity, build reuse and incremental adoption
77
actions:
88
- theme: brand
99
text: Learn more
1010
link: /docs/getting-started/introduction
11-
# - theme: alt
12-
# text: GitHub
13-
# link: https://github.com/callstack/rnef
11+
- theme: alt
12+
text: Quick start
13+
link: /docs/getting-started/index
1414
features:
1515
- title: MODULAR DESIGN
1616
details: Add your supported platforms and plugins, and integrate existing tools

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@callstack/rspress-theme": "^0.0.2",
12-
"rspress": "^1.40.2",
12+
"rspress": "^1.43.12",
1313
"rspress-plugin-vercel-analytics": "^0.3.0"
1414
},
1515
"devDependencies": {

website/rspress.config.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
icon: '/logo.svg',
1111
outDir: 'build',
1212
route: {
13-
cleanUrls: true
13+
cleanUrls: true,
1414
},
1515
logo: {
1616
light: '/logo.svg',
@@ -24,5 +24,9 @@ export default defineConfig({
2424
content: 'https://github.com/callstack/rnef',
2525
},
2626
],
27+
footer: {
28+
message:
29+
'Copyright © 2025 <a href="https://callstack.com">Callstack</a>.',
30+
},
2731
},
2832
});

0 commit comments

Comments
 (0)