Skip to content

Commit ba24fca

Browse files
authored
Merge branch 'asyncapi:master' into update-maintainers-file
2 parents 24e9c0d + 80728dd commit ba24fca

File tree

6 files changed

+249
-287
lines changed

6 files changed

+249
-287
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,11 @@ Generated files of the storybook go to the `storybook-static` folder.
120120
- [install Docker](https://docs.docker.com/get-docker/)
121121

122122

123-
After cloning repository to your local, perform the following steps from the root of the repository.
123+
After cloning repository to your local, run the docker compose in watch mode from the root of the repository.
124124

125-
#### Steps:
126-
1. Build the Docker image:
127-
```bash
128-
docker build -t asyncapi-website .
129-
```
130-
2. Start the container:
131-
```bash
132-
docker run --rm -it -v "$PWD":/async -p 3000:3000 asyncapi-website
133-
```
125+
```bash
126+
docker compose up --watch
127+
```
134128

135129
Now you're running AsyncAPI website in a development mode. Container is mapped with your local copy of the website. Whenever you make changes to the code, the website will refresh and changes visible in localhost:3000.
136130

config/all-tags.json

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -222,11 +222,6 @@
222222
"color": "bg-[#61d0f2]",
223223
"borderColor": "border-[#40ccf7]"
224224
},
225-
{
226-
"name": "Go",
227-
"color": "bg-[#61d0f2]",
228-
"borderColor": "border-[#40ccf7]"
229-
},
230225
{
231226
"name": "Markdown",
232227
"color": "bg-[#61d0f2]",
@@ -278,7 +273,7 @@
278273
"borderColor": "border-[#40ccf7]"
279274
},
280275
{
281-
"name": "JetBrains",
276+
"name": "SmartPaste",
282277
"color": "bg-[#61d0f2]",
283278
"borderColor": "border-[#40ccf7]"
284279
},
@@ -288,7 +283,7 @@
288283
"borderColor": "border-[#40ccf7]"
289284
},
290285
{
291-
"name": "SmartPaste",
286+
"name": "JetBrains",
292287
"color": "bg-[#61d0f2]",
293288
"borderColor": "border-[#40ccf7]"
294289
},

0 commit comments

Comments
 (0)