Undoing groups until I understand them better.
This commit is contained in:
parent
d448e38047
commit
093f989e28
@ -27,17 +27,7 @@ BaselineOfMiniDocs >> baseline: spec [
|
|||||||
package: 'MiniDocs' with: [ spec requires: #('Mustache' 'Tealight' 'PetitMarkdown')].
|
package: 'MiniDocs' with: [ spec requires: #('Mustache' 'Tealight' 'PetitMarkdown')].
|
||||||
|
|
||||||
"Groups"
|
"Groups"
|
||||||
spec
|
|
||||||
group: 'default' with: #('Core' 'Model' "'Extensions'");
|
|
||||||
group: 'Core' with: #('MiniDocs-Core');
|
|
||||||
group: 'Model' with: #('MiniDocs-Model');
|
|
||||||
"group: 'Extensions' with: #('MiniDocs-Extensions');"
|
|
||||||
group: 'Examples' with: #('MiniDocs-Examples');
|
|
||||||
group: 'External' with: #('MiniDocs-External');
|
|
||||||
group: 'Legacy' with: #('MiniDocs-Legacy');
|
|
||||||
"group: 'Manifest' with: #('MiniDocs-Manifest');"
|
|
||||||
group: 'All' with: #('Core' 'Model' "'Extensions'" 'Examples' 'External' 'Legacy' "'Manifest'")
|
|
||||||
|
|
||||||
].
|
].
|
||||||
spec
|
spec
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user