* fix(learn): Replace demo projects
Replaces the Heroku demo project links with the
.rocks demo projects that @moT01 provided.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix(learn): Use correct endpoint
Corrects the API endpoint for the image search
project.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: user stories to align with project + backticks
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
Temporarily disables the automatic PR creation on Crowdin Download while
we determine the best approach for this. PRs created by the action
itself cannot trigger workflows, which prevents our CI from running. As
such, this is currently not a viable approach.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: Remove arrows from test name assertion
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: Add note about time span
Adds a note regarding the expectation of the `span` element to wrap the
entire time string when translated, not just the delimiter symbol.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: use correct note syntax
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* fix: remove note syntax
New line was breaking the build, so changing the `note` comment to be
regular text.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
* fix(learn): address escaped backticks
Addresses the instances of escaped backticks - where a backtick is
preceded by a backslash. In most cases, this was left over from the
old parser. In some cases, a backtick was intended to be wrapped in
code tags and has been adjusted accordingly.
This issue came to light due to a bug in the translation flow on
Crowdin.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: EVEN MORE :( :( :(
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: backslash nightmares
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: When you wish upon a *******
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix(curriculum): md error introduced by formatter
* fix(curriculum): remove extra `s
* fix: restore quote symbol
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: Typo
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* fix: apply review changes
Applying review feedback from call with @RandellDawson.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: markdown does weird stuff sometimes
Can't stick backticks together - use code.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
* fix: adjust comment message
Changes the message this action uses for a PR comment to remove the
reference to the translation page pending announcement.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: expand comment
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
Replaces the references to the old Travis CI
flow with updated information for the GitHub
actions flow, and handles a couple of typo fixes.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: Use CDN for favicon
Replaces the local favicon (which was not
rendering correctly on production) with the
version served by the CDN. Also adds our other
meta tags used for PWAs and OpenGraph Protocol.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>
* fix: remove local manifest
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com>