NERDDISCO commited on
Commit
276d604
β€’
1 Parent(s): 413bcf2

docs: renamed some headlines

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Next.js on πŸ€— Spaces
3
- emoji: "\U0001F433\U0001F918"
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: docker
@@ -14,16 +14,16 @@ This starter can be used to run [Next.js](https://nextjs.org/) using [Docker](ht
14
 
15
  <!-- toc -->
16
 
17
- - [Development](#development)
18
  - [Use the Docker container locally](#use-the-docker-container-locally)
19
  - [Dockerize an existing project](#dockerize-an-existing-project)
20
- - [Manage your Space via GitHub](#manage-your-space-via-github)
21
 
22
  <!-- tocstop -->
23
 
24
  ---
25
 
26
- ## Development
27
 
28
  1. Install the dependencies: `npm i`
29
  2. Start the local dev-server: `npm run dev`
@@ -53,7 +53,7 @@ module.exports = {
53
 
54
  This will build the project as a standalone app inside the Docker image.
55
 
56
- ## Manage your Space via GitHub
57
 
58
  If you want to use all the features for collaborative development on GitHub, but keep your demo on Spaces, then you can set up a GitHub action that will automatically push changes from GitHub into Spaces.
59
 
@@ -70,3 +70,4 @@ This should force push changes in the **main** branch from GitHub into your πŸ€—
70
 
71
  For further information, you can check out the [guide on Hugging Face](https://huggingface.co/docs/hub/spaces-github-actions).
72
 
 
 
1
  ---
2
+ title: "Next.js on \U0001F917 Spaces"
3
+ emoji: "πŸ³πŸ€—"
4
  colorFrom: blue
5
  colorTo: yellow
6
  sdk: docker
 
14
 
15
  <!-- toc -->
16
 
17
+ - [Local development](#local-development)
18
  - [Use the Docker container locally](#use-the-docker-container-locally)
19
  - [Dockerize an existing project](#dockerize-an-existing-project)
20
+ - [Manage your πŸ€— Space via GitHub](#manage-your-%F0%9F%A4%97-space-via-github)
21
 
22
  <!-- tocstop -->
23
 
24
  ---
25
 
26
+ ## Local development
27
 
28
  1. Install the dependencies: `npm i`
29
  2. Start the local dev-server: `npm run dev`
 
53
 
54
  This will build the project as a standalone app inside the Docker image.
55
 
56
+ ## Manage your πŸ€— Space via GitHub
57
 
58
  If you want to use all the features for collaborative development on GitHub, but keep your demo on Spaces, then you can set up a GitHub action that will automatically push changes from GitHub into Spaces.
59
 
 
70
 
71
  For further information, you can check out the [guide on Hugging Face](https://huggingface.co/docs/hub/spaces-github-actions).
72
 
73
+