diff --git a/steps/2create_aps_account.yml b/steps/2create_aps_account.yml index 699b58c..81004f8 100644 --- a/steps/2create_aps_account.yml +++ b/steps/2create_aps_account.yml @@ -12,7 +12,7 @@ startFlow: messages: - text: Let's set up your Autodesk account. This account will give you access to Autodesk Platform Services. - text: Visit [Autodesk Platform Services](https://aps.autodesk.com). This is the official site where you can manage your Autodesk services. - - text: Click 'Sign Up'—quick and easy. Fill in the required information such as your name, email, and password. + - text: ":instruction[Click 'Sign Up']—quick and easy. Fill in the required information such as your name, email, and password." - text: Ensure email confirmation to activate your account. Check your email for a confirmation link and click it to activate your account. - text: Once ready, we move to your next adventure. With your account set up, you can now explore and integrate Autodesk services. - actionId: ready_message diff --git a/steps/3generate_app_credentials.yml b/steps/3generate_app_credentials.yml index cba5ae7..1fbd6ac 100644 --- a/steps/3generate_app_credentials.yml +++ b/steps/3generate_app_credentials.yml @@ -19,7 +19,7 @@ startFlow: person: lucca messages: - text: Now let's ensure that there is a secure communication between your app and Autodesk services. - - text: Copy your Client ID and Secret, protect them well! These credentials are essential for API access and should be stored securely. + - text: ":instruction[Copy your Client ID and Secret], protect them well! These credentials are essential for API access and should be stored securely." - text: You're now ready for your app integration. Use these credentials to authenticate API requests and start building your integration. - actionId: ready_message params: diff --git a/steps/4run_configure_codespace.yml b/steps/4run_configure_codespace.yml index 67f29ed..2e6099c 100644 --- a/steps/4run_configure_codespace.yml +++ b/steps/4run_configure_codespace.yml @@ -11,9 +11,9 @@ startFlow: person: lucca messages: - text: Bring your creation to life in Codespace! This is where your project starts to take shape. - - text: Navigate to the root directory of your [project repository](${user.repository}) where all the main files are located. + - text: :instruction[[Open your Codespace dev enviroment](https://app.wilco.gg/my-codespace)], navigate to the root directory of your project repository where all the main files are located. - text: ":instruction[Open the `docker-compose.yml`] file in your project. This file contains the configuration for your Docker containers." - - text: "Edit the environmental variables: FORGE_CLIENT_ID and FORGE_CLIENT_SECRET. Replace them with your newly created application Client ID and Client Secret. These variables are crucial for the authentication and authorization of your app." + - text: "Edit the environmental variables: `FORGE_CLIENT_ID` and `FORGE_CLIENT_SECRET`. Replace them with your newly created application `Client ID` and `Client Secret`. These variables are crucial for the authentication and authorization of your app." - text: Save the changes you made to the `docker-compose.yml` file to ensure the new configurations are applied. - text: ":instruction[Launch your app by writing `docker-compose up`] in your terminal, and witness its wonders! Your app should now be running with the updated configurations." - actionId: ready_message