-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat(tutorials): redesign getting-started tutorial #54
Conversation
A new interactive tutorial to guide users and teach them the basics of using ao.
rebuilding the file structure to match the aligned approach for this tutorial
resolve dead links from previous commit
moved prompt, lua, aos interface, and ping pong server to proper folders
updated the aos folder navigation and the aos folder index file to include table of contents.
fixed the broken links created in the getting-started folder and the guides folder.
moved the editor-setup file into the references fo lder and added an info box within the quickstart page referencing the addon.
corrected dead links in editor-setup and tutorials index files.
began rewriting the messaging page to follow the flow developed by patrick and sam.
fixed broken links in the getting-started index.md file.
moved tutorials into its own root folder
fixing the broken links created by the last commit
followed the recommendations from Sam to update specific sections within the messaging tutorial.
complete rewrite of the messaging and chatroom pages.
pushing the beginning of the token tutorial rewrite within the getting-started tutorial series.
added more details within preparations, and started writing info/balances/tranfer/minting handlers.
added a few screenshots, an in fo-tip callbox, and corrected a Handler syntax error.
completed the token tutorial step, added the blueprint folder, and the token guide.
corrected 1 dead link in the token guide.
a few typos needed to be corrected, such as capitalizing inbox in the custom prompt function.
corrected the tag naming within the getting-started chatroom tutorial.
updated the tag method within the getting-started tutorial.
updated the order in which the messaging tutorial flowed along with some corrections in statements.
removed from getting-started chatroom tutorial.
for the getting-started chatroom tutorial, switched all the mentionings of to .
completed the tutorial by finishing the togengating tutorial.
removed the dao tutorial to be written and the construct for redundancies.
correcting small grammatical and context errors in the getting started tutorial.
src/getting-started/index.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 26, should be .aos.json
not .aos-key.json
I've created resolutions to all of the comments above. The PR is ready to be merged and we'll be using more trunkated PRs moving forward. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I know this is a work in process, but it will be easier to refine in an iterative focused approach, so I am in favor of pushing this to main branch, so we can transition to short bite size PRs that can be peer reviewed and iterative.
resolutions to all the change requests have been made.
warning boxes have been added to the sections of the getting started tutorial.
A new interactive tutorial to guide users and teach them the basics of using ao.