Skip to content

Commit

Permalink
When developing locally set the documentation directory to iceberg [#…
Browse files Browse the repository at this point in the history
  • Loading branch information
chisandrei committed Jun 7, 2021
1 parent d3493ee commit b9f4152
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/GToolkit-Setup/GtImageSetup.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ GtImageSetup class >> performLocalSetup [
self installLogo.
self registerTools.
self updateLocalVersion.
self updateDocumentationDirectoryForLocalDevelopment.
]

{ #category : #api }
Expand All @@ -78,6 +79,13 @@ GtImageSetup class >> registerTools [
GtPlaygroundToolRegistryAdaptor register.
]

{ #category : #api }
GtImageSetup class >> updateDocumentationDirectoryForLocalDevelopment [
LepiterCoreDefaults defaultDocumentationDirectory: FileLocator imageDirectory
/ 'pharo-local'
/ 'iceberg'
]

{ #category : #actions }
GtImageSetup class >> updateLocalVersion [
| gtoolkitRepository releaseTags theVersion |
Expand Down

0 comments on commit b9f4152

Please sign in to comment.