Skip to content

Commit

Permalink
feat(docs): Add docusaurus (react-native-camera#2293)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ronal2do authored and sibelius committed Jun 2, 2019
1 parent 5da10c9 commit 54b0332
Show file tree
Hide file tree
Showing 41 changed files with 7,742 additions and 505 deletions.
2 changes: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*/node_modules
*.log
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
FROM node:8.11.4

WORKDIR /app/website

EXPOSE 3000 35729
COPY ./docs /app/docs
COPY ./website /app/website
RUN yarn install

CMD ["yarn", "start"]
Loading

0 comments on commit 54b0332

Please sign in to comment.