Skip to content

Commit

Permalink
cmore text
Browse files Browse the repository at this point in the history
  • Loading branch information
aloncarmel authored Dec 12, 2024
1 parent 1c58bf9 commit a232d24
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion steps/2create_aps_account.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion steps/3generate_app_credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions steps/4run_configure_codespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a232d24

Please sign in to comment.