Skip to content

Commit

Permalink
Merge pull request #65 from privacybydesign/docusaurus-update
Browse files Browse the repository at this point in the history
Rebranded to Yivi and updated Docusaurus
  • Loading branch information
DibranMulder authored Nov 27, 2024
2 parents 64f2a1c + eb32b5e commit 639d379
Show file tree
Hide file tree
Showing 371 changed files with 65,282 additions and 27,928 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ FROM node:21 as build

WORKDIR /app/website

COPY ./docs /app/docs
COPY ./website /app/website
RUN yarn install --immutable --immutable-cache --check-cache
RUN yarn build
# COPY ./docs /app/docs
COPY ./yivi-docs /app/website
RUN npm install
RUN npm run build

FROM joseluisq/static-web-server:latest
COPY --from=build /app/website/build/irma-documentation /public
COPY --from=build /app/website/build /public
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# IRMA technical documentation
# Yivi technical documentation

This is the source of the IRMA technical documentation website. [Build and edit instructions](website).
This is the source of the Yivi technical documentation website. [Build and edit instructions](website).
73 changes: 0 additions & 73 deletions docs/what-is-irma.md

This file was deleted.

201 changes: 0 additions & 201 deletions website/README.md

This file was deleted.

67 changes: 0 additions & 67 deletions website/core/Footer.js

This file was deleted.

15 changes: 0 additions & 15 deletions website/package.json

This file was deleted.

Loading

0 comments on commit 639d379

Please sign in to comment.