From 37acb883147b5e2ed86546b3091bfef87385e2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Fri, 23 Oct 2020 23:35:55 +0800 Subject: [PATCH] docs: remove runme (#3630) * feat: remove runme resolve https://github.com/facebook/docusaurus/issues/3629 * feat: remove .runme folder --- .runme/Dockerfile.runme | 6 ------ .runme/config.yaml | 10 ---------- README.md | 2 -- 3 files changed, 18 deletions(-) delete mode 100644 .runme/Dockerfile.runme delete mode 100644 .runme/config.yaml diff --git a/.runme/Dockerfile.runme b/.runme/Dockerfile.runme deleted file mode 100644 index 46c3e5f156..0000000000 --- a/.runme/Dockerfile.runme +++ /dev/null @@ -1,6 +0,0 @@ -FROM node:12.10.0 -WORKDIR /app -RUN npx @docusaurus/init@next init website classic -RUN npm install http-server -g -RUN cd website && npm run build -ENTRYPOINT http-server ./website/build/ -p 80 -a 0.0.0.0 diff --git a/.runme/config.yaml b/.runme/config.yaml deleted file mode 100644 index 7a40b926eb..0000000000 --- a/.runme/config.yaml +++ /dev/null @@ -1,10 +0,0 @@ -version: 1.0 -publish: app -services: - app: - build: - type: dockerfile - config: ./.runme/Dockerfile.runme - ports: - - container: 80 - public: 80 \ No newline at end of file diff --git a/README.md b/README.md index cd848c5492..522d364381 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@

> **We are working hard on Docusaurus v2. If you are new to Docusaurus, try using the new version instead of v1. See the [Docusaurus v2 website](https://v2.docusaurus.io/) for more details.** -> -> You can see the clean live demo with classic theme by clicking this badge [![Runme](https://runme.io/static/button.svg)](https://runme.io/run?app_id=0dd80306-47bb-4e80-95dc-dc95eb05d3fd) ## Introduction