-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmyst.yml
More file actions
39 lines (36 loc) · 1.16 KB
/
myst.yml
File metadata and controls
39 lines (36 loc) · 1.16 KB
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
# See docs at: https://mystmd.org/guide/frontmatter
version: 1
project:
id: 866740f3-e1ed-4b6a-a9fe-c467aa88554b
title: Mastering Security Testing for Python
description: Security Course to improve security testing knowledge and skills for Python Applications
#keywords: [ "security", "Python", "Cybersecurity", "SAST","appsec"]
#authors: []
exclude:
- README.md
# github:
# To autogenerate a Table of Contents, run "jupyter book init --write-toc"
license:
content: CC-BY-SA-4.0
github: https://github.com/nocomplexity/securitytesting # Change this URL to your GitHub repository - By default edit_url is activated?
#edit_url:
extends:
- toc.yml
# toc:
# - file: index.md # Landing page for course
# - title: Module 1 Foundation
# children:
# - file: module1/module_01.md
# - file: module1/pythonexecutionmodel.md
# - title: Module 2
# children:
# - file: module1/module_01.md
site:
parts:
primary_sidebar_footer: primary-sidebar-footer.md
template: book-theme
options:
favicon: images/pysecfavicon.ico
logo: images/nocxbanner.png
folders: true
style: ./nocxstyle.css