-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Turing Way Editions #19
Comments
We are currently at https://the-turing-way-choose-your-own-adventure.netlify.app/welcome.html. I think we may have issues with long build times. A large build ends like this:
Whereas a small build ends like this:
I don't see anything here that says what happens if |
So it looks like we have a build cutout time of 15 mins. We need about 7 minutes per book/pathway. There is a thread here @malvikasharan are there any plans to get a Pro account for the-turing-way? |
hi @myyong, We have an open source account (allows multiple team members and pro features). When exceeding build minutes, we automatically purchase extra minutes: https://www.netlify.com/legal/open-source-policy. Some of the conversations we are having (on different repos) are around time limit, which I don’t see in the pro plan: https://www.netlify.com/pricing/#teams, can you please share with me what feature is missing that is a blocker for the current prototype? |
To achieve this the user has to configure
profile.yaml
. An example for two editionsdsg
andenrichment
can be configured the following way:In order to create a new
group-leader
edition, the user adds toprofile.yaml
as follows, by including all pages relevant to that edition.Next step: We are currently working on fixing the hyperlinks within the cards. The current deployed version navigates to the correct edition, but does not link to any specific section.
The text was updated successfully, but these errors were encountered: