Skip to content

Commit

Permalink
improve the section title and the book card feenkcom/gtoolkit#3766
Browse files Browse the repository at this point in the history
  • Loading branch information
girba committed May 15, 2024
1 parent 38f2bdd commit 5750fb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/GToolkit-World/GtHomeLepiterBaseCard.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GtHomeLepiterBaseCard >> create [
aptitude: BrGlamorousButtonWithIconAndLabelAptitude;
beSmallSize;
icon: LeIcons lepiterIcon;
label: 'What exactly is Glamorous Toolkit?';
label: 'Read more';
action: self action)).
^ container
]
Expand Down
6 changes: 3 additions & 3 deletions src/GToolkit-World/GtHomeMultiCardGetStartedSection.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ GtHomeMultiCardGetStartedSection >> gtBookCard [
<notest>
^ GtHomeCard lepiterBase
title: 'Glamorous Toolkit Book';
description: 'Read the extensive Glamorous Toolkit book';
description: 'Read the extensive book';
priority: 10;
pageName: 'Glamorous Toolkit';
databaseName: self gtBookName;
details: [ :db |
| snippets |
snippets := db pages flatCollect: #allChildrenDepthFirst.
'The book is expressed as a knowledge base in Glamorous Toolkit itself. It documents the environment extensively with live examples in '
'The book is expressed as a knowledge base. It documents the environment in '
, db pages size asString , ' lovely pages containing '
, snippets size asString , ' snippets of '
, (snippets groupedBy: #class) size asString , ' different kinds.' ]
Expand Down Expand Up @@ -73,5 +73,5 @@ GtHomeMultiCardGetStartedSection >> gtTourCard [

{ #category : #accessing }
GtHomeMultiCardGetStartedSection >> sectionTitle [
^ 'Learn Glamorous Toolkit'
^ 'Start'
]

0 comments on commit 5750fb2

Please sign in to comment.