Skip to content

Commit

Permalink
Add new architecture diagram (#47)
Browse files Browse the repository at this point in the history
* Add new architecture diagram

* Various content

* Install d2 on actions

* Apply suggestions from code review

Co-authored-by: Robrecht Cannoodt <[email protected]>

* Add integration section

* Add more contents for pipeline entrypoints

* Fix list

* Update roadmap

* Apply suggestions from code review
  • Loading branch information
DriesSchaumont authored Aug 21, 2023
1 parent 92e61f7 commit 1256e54
Show file tree
Hide file tree
Showing 738 changed files with 78,557 additions and 151 deletions.
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

0 comments on commit 1256e54

Please sign in to comment.