Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GTrunSec committed Dec 27, 2023
1 parent 8c2b522 commit 267a6c8
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
jobs:
jupyenv:
Jupyenv:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
run: |
nix develop ./nix/std -c just jupyterlab example build
quarto:
Quarto:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -45,7 +45,7 @@ jobs:
branch: github-page
folder: ./notebook/publish

oci:
OCI:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion nix/std/cells/repo/containers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ let
in
{
dev = std.lib.ops.mkDevOCI {
name = "ghcr.io/hardendlinux/AISecurity-Research-Template";
name = "ghcr.io/hardenedlinux/AISecurity-Research-Template";
tag = "latest";
devshell = inputs.cells.repo.shells.default;
preLoadStorePaths = [ ] ++ inputsPaths;
Expand Down
18 changes: 18 additions & 0 deletions notebook/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ book:
language: "en"
author: "Guangtao Zhang"
reader-mode: true
page-navigation: true
navbar:
collapse-below: lg
right:
- icon: github
href: https://github.com/hardenedlinux/AISecurity-Research-Template
aria-label: GitHub
left:
- text: "Overview"
href: index.qmd

chapters:
- index.qmd

Expand All @@ -16,6 +27,12 @@ book:
- python.qmd
- part: python-test.ipynb

# sidebar:
# tools:
# - icon: github
# href: https://github.com/hardenedlinux/AISecurity-Research-Template
# text: AISecurity-Research-Template GitHub

format:
# gfm:
# keep-yaml: true
Expand All @@ -28,6 +45,7 @@ format:

pdf:
# documentclass: ctexbook
toc: true
pdf-engine: tectonic

execute:
Expand Down
2 changes: 1 addition & 1 deletion notebook/index.qmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Getting Started
title: Overview
date: 2023-12-27
---

Expand Down

0 comments on commit 267a6c8

Please sign in to comment.