-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to Typescript Quickstart (#3582)
* Changes to Typescript QUickstart A large number of our quick starts reference the docs in the readme rather than duplicating the steps to run - I changed the Readme to follow this convention and pointed users to it. Placed the steps to run the quick start in the docs. Removed material explaining how the tracetest agent connection, collector configuration, and docker compose network are configured so the quick start focuses solely on the use of the NPM package. * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Julianne Fermi <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> * Update docs/docs/tools-and-integrations/typescript.mdx Co-authored-by: Adnan Rahić <[email protected]> --------- Co-authored-by: Julianne Fermi <[email protected]> Co-authored-by: Adnan Rahić <[email protected]>
- Loading branch information
1 parent
d3f2635
commit 5121c7c
Showing
3 changed files
with
34 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
TRACETEST_API_TOKEN= | ||
POKESHOP_DEMO_URL=http://localhost:8081 | ||
POKESHOP_DEMO_URL=http://api:8081 | ||
TRACETEST_AGENT_API_KEY= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters