Wiki support started.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2022-07-25 20:42:17 -05:00
parent 1efe2c790a
commit 44497fc4a4
1 changed files with 6 additions and 0 deletions

View File

@ -59,3 +59,9 @@ ExoRepo >> repositoryName [
self repository ifNil: [ ^ self ].
^ self repository segments second
]
{ #category : #accessing }
ExoRepo >> wiki [
^ (self local / 'Wiki') ensureCreateDirectory.
]