-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontent.yml
49 lines (48 loc) · 1.86 KB
/
content.yml
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
# The audit toolkit module provides:
# - Git version controlled activity modules in `~/.content`
# - The dependency structure to bootstrap the workspace.
# - Uses https://docs.npmjs.com/misc/semver#caret-ranges-123-025-004
# - Using tilde in this context should mean that minor version changes of content packages might break transclusion structure.
# - Major version changes should be locked to the `contentascode` major version.
# - Offers the interface for the audit toolkit (i.e. activity planner).
# This is basically name resolution mappings
# to use shorthand names in metadata and transclusion.
name: SAFETAG Toolkit
packages:
safetag: safetag-toolkit
# activities: safetag-activities@^0.0.1
# context-research: activity-context-research@^1.0.0
# network-mapping: activity-network-mapping@^1.0.0
# physical-security-tour: activity-physical-security-tour@^1.0.0
# minimum-audit: template-plan-minimum-audit@^1.0.0
# report-default: ^1.0.0
# This will deploy the workspaces when using `safetag init`.
workspace:
'@safetag/migrate':
run: migrate.yml
'@safetag/toolkit':
source: content/toolkit
start: toolkit.yml
preview: web
# can be used with metalsmith-symlink to override activities folder with migration folder
# packages:
# activities: activities
# main: index.md
# # An `edit` mode should create symlinks and handle git and packaging workflow.
# mode: view
'@safetag/browser':
source: content/browser
start: browser.yml
preview: web
'@safetag/guide':
source: content/guide
start: guide.yml
'@safetag/raw':
source: content/toolkit
start: raw.yml
# This will create an audits folder and watch for new *.audit.yml files and
# use the audit.yml configuration to setup a new audit folder.
# '@safetag/audits':
# init: audits-init.yml
# start: audits-start.yml
# reports: