Skip to content

Commit c6fcba4

Browse files
committed
update docs
1 parent ffd060b commit c6fcba4

3 files changed

Lines changed: 11 additions & 10 deletions

File tree

.changeset/ten-oranges-refuse.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"create-hyperbook": minor
3+
"hyperbook": minor
4+
"hyperbook-studio": minor
5+
---
6+
7+
Add create-hyperbook package for using `npx create hyperbook`

website/de/book/index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ Du kannst mit der Erstellung deines Hyperbook auf drei Arten starten. Wähle die
3131

3232
Du benötigst [Node](https://nodejs.org/) version 16 oder höherer auf deinem System.
3333

34-
1. Führe `npx hyperbook new my-new-hyperbook` aus und folge den Anweisungen, um dein erstes Hyperbook zu erstellen.
34+
1. Führe `npm create hyperbook` aus und folge den Anweisungen, um dein erstes Hyperbook zu erstellen.
3535
1. Führe `npx hyperbook dev` aus, um den Entwicklungsserver zu starten.
36-
1. Besuche https://localhost:3000 mit deinem Lieblingsbrowser.
36+
1. Besuche https://localhost:8080 mit deinem Lieblingsbrowser.
3737
1. Modifiziere oder füge neue Seiten zu deinen Hyperbook hinzu mit deinem Lieblingseditor.
3838

3939
:::
@@ -100,12 +100,6 @@ npm update hyperbook --global
100100

101101
:::
102102

103-
:::tab{title="Web IDE" id="web-ide"}
104-
105-
Keine Integration und daher auch keine Updates.
106-
107-
:::
108-
109103
::::
110104

111105
## Unterstützung

website/en/book/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ You can start working on a Hyperbook in three different ways. Choose the one whi
3535

3636
You need to have [Node](https://nodejs.org/) version 16 or higher installed on your system.
3737

38-
1. Run `npx hyperbook new my-new-hyperbook` and follow the wizard to create your first Hyperbook.
38+
1. Run `npm create hyperbook` and follow the wizard to create your first Hyperbook.
3939
1. Run `npx hyperbook dev` to start the development server.
40-
1. Visit https://localhost:3000 with your favorite web browser.
40+
1. Visit https://localhost:8080 with your favorite web browser.
4141
1. Modify or add new pages to your Hyperbook by using your favorite editor.
4242

4343
:::

0 commit comments

Comments
 (0)