Skip to content

Commit 09f2ae0

Browse files
committed
Add assets
1 parent bad5bc5 commit 09f2ae0

File tree

10 files changed

+679
-1
lines changed

10 files changed

+679
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
tinytex: true # required for PDF reports
5353

5454
- name: Add extension
55-
working-directory: ./
55+
working-directory: ./docs
5656
run: |
5757
quarto add AAGI-AUS/AAGIQuarto --no-prompt
5858

assets/Partners.svg

Lines changed: 232 additions & 0 deletions
Loading

assets/aagi-logo.svg

Lines changed: 91 additions & 0 deletions
Loading

assets/aagi_logo.pdf

23.6 KB
Binary file not shown.

assets/partners.pdf

27.2 KB
Binary file not shown.

docs/_quarto.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
project:
2+
type: website
3+
resources:
4+
- assets/*
5+
6+
website:
7+
title: "Introduction to Trial Design"
8+
reader-mode: true
9+
repo-url: https://github.com/AAGI-AUS/Intro_to_Trial_Design
10+
repo-actions: [edit, issue]
11+
margin-header: |
12+
![](/assets/aagi-logo.svg)
13+
body-footer: |
14+
![](/assets/Partners.svg)
15+
sidebar:
16+
style: "floating"
17+
search: true
18+
tools:
19+
- icon: github
20+
href: https://github.com/AAGI-AUS/Intro_to_Trial_Design
21+
contents:
22+
- text: "Home"
23+
file: index.qmd
24+
- section: "Extra"
25+
contents:
26+
- release-notes.qmd
27+
format:
28+
html:
29+
toc: true
30+
theme:
31+
- none
32+
- _extensions/aagi/revealjs/aagi.scss

0 commit comments

Comments
 (0)