File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -99,10 +99,13 @@ To verify the formatting of pre-processed model files and
99
99
prepare them for MkDocs, run the following command:
100
100
101
101
``` shell
102
- python3 spec-parser/main.py --force --generate-rdf --output-rdf spdx-spec/docs/rdf --generate-mkdocs --output-mkdocs spdx-spec/docs/model spdx-3-model/model
102
+ python3 spec-parser/main.py --force \
103
+ --generate-rdf --output-rdf spdx-spec/docs/rdf \
104
+ --generate-mkdocs --output-mkdocs spdx-spec/docs/model \
105
+ spdx-3-model/model
103
106
```
104
107
105
- The command will generate:
108
+ The command will read the input from ` spdx-3-model/model ` and generate:
106
109
107
110
- Ontology (RDF) files, including
108
111
` spdx-context.jsonld ` , ` spdx-model.json-ld ` , ` spdx-model.ttl ` , etc.
@@ -126,7 +129,8 @@ mv spdx-spec/docs/model/model-files.yml spdx-spec/
126
129
127
130
To ensure MkDocs recognizes the new Markdown files,
128
131
insert the model file list from ` spdx-spec/model-files.yml `
129
- into the MkDocs configuration file in ` spdx-spec/mkdocs.yml ` .
132
+ into the MkDocs configuration file in ` spdx-spec/mkdocs.yml ` ,
133
+ by using this command:
130
134
131
135
``` shell
132
136
spdx-spec/bin/make-mkdocs-config.sh \
You can’t perform that action at this time.
0 commit comments