Skip to content

Commit

Permalink
[feenkcom/gtoolkit#4136] bikes page example
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Nierstrasz committed Oct 31, 2024
1 parent a0db11f commit 3d24f30
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/GToolkit-Demo-WebsiteExplorer/PillarWebPageExamples.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ PillarWebPageExamples >> esug2014Website [
^ PillarWebsiteExamples new esug2014
]

{ #category : #accessing }
PillarWebPageExamples >> esug2014bikesPage [
<gtExample>
| website page |
website := self esug2014Website.
page := website pageNamed: '/2014-Conference/bikes.pillar'.
self assert: page rawLinks size equals: 1.
self assert: page markdownLinks size equals: 0.
^ page
]

{ #category : #accessing }
PillarWebPageExamples >> esug2014homePage [
<gtExample>
Expand Down

0 comments on commit 3d24f30

Please sign in to comment.