Wiki support started.
This commit is contained in:
parent
1efe2c790a
commit
44497fc4a4
@ -59,3 +59,9 @@ ExoRepo >> repositoryName [
|
||||
self repository ifNil: [ ^ self ].
|
||||
^ self repository segments second
|
||||
]
|
||||
|
||||
{ #category : #accessing }
|
||||
ExoRepo >> wiki [
|
||||
^ (self local / 'Wiki') ensureCreateDirectory.
|
||||
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user