-
Notifications
You must be signed in to change notification settings - Fork 11
/
config.yaml
91 lines (83 loc) · 3.66 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
stages:
- make_assets
- embed_reveal
- docusaurus
build_dir: /build
output_type: last
output_dir: /output
make_assets:
plugin: command
options:
command: make
locations:
- chapters/binary-introduction/assembly-language/slides
- chapters/binary-introduction/binary-analysis/slides
- chapters/binary-introduction/taming-the-stack/slides
- chapters/binary-introduction/overview/slides
- chapters/data-and-application-lifetime/application-lifetime/slides
- chapters/data-and-application-lifetime/data-representation/slides
- chapters/data-and-application-lifetime/data-security/slides
- chapters/data-and-application-lifetime/overview/slides
- chapters/demystifying-web/explaining-the-internet/slides
- chapters/demystifying-web/hacking-the-web/slides
- chapters/demystifying-web/rediscovering-the-browser/slides
- chapters/demystifying-web/overview/slides
- chapters/scratch-linux/system-exploration/slides
- chapters/scratch-linux/welcome-to-linux/slides
- chapters/scratch-linux/overview/slides
args:
- all
embed_reveal:
plugin: reveal_embed
options:
target: docusaurus
extension: mdx
build:
assembly-language: assembly-language
binary-analysis: binary-analysis
taming-the-stack: taming-the-stack
application-lifetime: application-lifetime
data-representation: data-representation
data-security: data-security
explaining-the-internet: explaining-the-internet
hacking-the-web: hacking-the-web
rediscovering-the-browser: rediscovering-the-browser
system-exploration: system-exploration
welcome-to-linux: welcome-to-linux
docusaurus:
plugin: docusaurus
options:
course_name: Essentials Security
sidebar: js
structure:
- Scratch Linux:
- Overview: chapters/scratch-linux/overview/README.md
- Welcome to Linux:
path: chapters/scratch-linux/welcome-to-linux/
extra:
- media/
subsections:
- Reading: reading/README.md
- Slides: /build/embed_reveal/welcome-to-linux
static_assets:
- assembly-language: /build/make_assets/chapters/binary-introduction/assembly-language/slides/_site
- binary-analysis: /build/make_assets/chapters/binary-introduction/binary-analysis/slides/_site
- taming-the-stack: /build/make_assets/chapters/binary-introduction/taming-the-stack/slides/_site
- application-lifetime: /build/make_assets/chapters/data-and-application-lifetime/application-lifetime/slides/_site
- data-representation: /build/make_assets/chapters/data-and-application-lifetime/data-representation/slides/_site
- data-security: /build/make_assets/chapters/data-and-application-lifetime/data-security/slides/_site
- explaining-the-internet: /build/make_assets/chapters/demystifying-web/explaining-the-internet/slides/_site
- hacking-the-web: /build/make_assets/chapters/demystifying-web/hacking-the-web/slides/_site
- rediscovering-the-browser: /build/make_assets/chapters/demystifying-web/rediscovering-the-browser/slides/_site
- welcome-to-linux: /build/make_assets/chapters/scratch-linux/welcome-to-linux/slides/_site
- system-exploration: /build/make_assets/chapters/scratch-linux/system-exploration/slides/_site
config_meta:
title: Essentials Security
url: http://localhost/
baseUrl: /essentials-security/
onBrokenLinks: warn
onBrokenMarkdownLinks: warn
config_socials:
OCW: https://security.cs.pub.ro/summer-school/wiki/
Facebook: https://www.facebook.com/SSSUPB/
copyright_string: SSS Team