Skip to content
This repository was archived by the owner on Jun 16, 2023. It is now read-only.

Commit 54b0332

Browse files
ronal2dosibelius
authored andcommitted
feat(docs): Add docusaurus (#2293)
* initial bootstrap on documentation * Add EXPO_USAGE and MIgrating page * add all pages * add sponsors section to index * theme * configs * clipboard button * remove blog from docker * start API.md * minor updates
1 parent 5da10c9 commit 54b0332

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+7742
-505
lines changed

.dockerignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*/node_modules
2+
*.log

Dockerfile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
FROM node:8.11.4
2+
3+
WORKDIR /app/website
4+
5+
EXPOSE 3000 35729
6+
COPY ./docs /app/docs
7+
COPY ./website /app/website
8+
RUN yarn install
9+
10+
CMD ["yarn", "start"]

0 commit comments

Comments
 (0)