You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to use the @step tags to get the step number for the title of each tutorial page. At the moment this info is duplicated in the the @name tag:
To do this we would need to add some logic to the tutorial template and also to ignore steps that were less than zero (otherwise the index file would get -1).
The text was updated successfully, but these errors were encountered:
Ahah! Good question.
Actually the tutorial stuff is specific to the angular.js project so I guess it really should go there.
I envisage changing the computeIdsProcessor configuration for the "tutorial" and/or having a special processor that deals with the tutorial doctype. In this processor, we could compute the name and also set the sortOrder property so that tutorials were ordered in the same way as the general pages in the guide and so on.
What do you think?
It would be nice to use the
@step
tags to get the step number for the title of each tutorial page. At the moment this info is duplicated in the the@name
tag:We ought to be able to write only:
To do this we would need to add some logic to the tutorial template and also to ignore steps that were less than zero (otherwise the index file would get -1).
The text was updated successfully, but these errors were encountered: