Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new architecture diagram #47

Merged
merged 11 commits into from
Aug 21, 2023
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 4 additions & 0 deletions .github/workflows/quarto_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:

- uses: viash-io/viash-actions/setup@v4

- name: "Install d2"
run: |
curl -fsSL https://d2lang.com/install.sh | sh -s --
- name: Install Viash
uses: viash-io/viash-actions/setup@main

Expand Down
7 changes: 7 additions & 0 deletions _extensions/d2/_extension.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
title: D2
author: Toni Verbeiren
version: 1.0.0
quarto-required: ">=1.3.433"
contributes:
filters:
- node_modules/d2-filter/filter-shim.js
12 changes: 12 additions & 0 deletions _extensions/d2/node_modules/.bin/d2-filter

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 52 additions & 0 deletions _extensions/d2/node_modules/.bin/node-which

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

68 changes: 68 additions & 0 deletions _extensions/d2/node_modules/.bin/rimraf

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 35 additions & 0 deletions _extensions/d2/node_modules/.bin/uvu

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading