diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml
index 3602bb660..a4a8a4c5f 100644
--- a/.github/workflows/publish-docker.yml
+++ b/.github/workflows/publish-docker.yml
@@ -12,24 +12,14 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- - name: Docker meta
- id: meta
- uses: docker/metadata-action@v4
- with:
- images: |
- excalidraw/excalidraw
- tags: |
- type=semver,pattern={{version}}
- type=semver,pattern={{major}}.{{minor}}
- name: Login to DockerHub
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v3
with:
context: .
push: true
- tags: ${{ steps.meta.outputs.tags }}
- labels: ${{ steps.meta.outputs.labels }}
+ tags: excalidraw/excalidraw:latest
diff --git a/dev-docs/docs/@excalidraw/excalidraw/api/children-components/footer.mdx b/dev-docs/docs/@excalidraw/excalidraw/api/children-components/footer.mdx
index 262681895..cdd5ea5a4 100644
--- a/dev-docs/docs/@excalidraw/excalidraw/api/children-components/footer.mdx
+++ b/dev-docs/docs/@excalidraw/excalidraw/api/children-components/footer.mdx
@@ -16,7 +16,6 @@ function App() {
className="custom-footer"
onClick={() => alert("This is dummy footer")}
>
- {" "}
custom footer
diff --git a/dev-docs/docs/@excalidraw/excalidraw/api/children-components/main-menu.mdx b/dev-docs/docs/@excalidraw/excalidraw/api/children-components/main-menu.mdx
index 8fbf228df..2494df108 100644
--- a/dev-docs/docs/@excalidraw/excalidraw/api/children-components/main-menu.mdx
+++ b/dev-docs/docs/@excalidraw/excalidraw/api/children-components/main-menu.mdx
@@ -14,8 +14,7 @@ function App() {
Item1
- (isMobile: boolean, appState:{" "} + (isMobile: boolean, appState: AppState @@ -29,8 +29,7 @@ function App() { }} onClick={() => window.alert("This is dummy top right UI")} > - {" "} - Click me{" "} + Click me ); }} @@ -55,8 +54,7 @@ function App() {( - {" "} - Dummy stats will be shown here{" "} + Dummy stats will be shown here
)} /> @@ -105,8 +103,7 @@ function App() { return (<% if (process.env.REACT_APP_DISABLE_TRACKING !== 'true') { %> + + + + <% if (process.env.REACT_APP_GOOGLE_ANALYTICS_ID) { %> - <% } %> - - <% } %> @@ -245,5 +228,17 @@ Excalidraw
+ + +