diff --git a/docs/components/ALKiln/setup.mdx b/docs/components/ALKiln/setup.mdx index d358db367..7423a6e79 100644 --- a/docs/components/ALKiln/setup.mdx +++ b/docs/components/ALKiln/setup.mdx @@ -54,7 +54,7 @@ Put these in the setup interview too: There are three kinds of tests: -1. **** - GitHub-triggered tests that create and test a Project on your docassemble server. This type of test runs into the fewest setup barriers, so we recommend this method if you are doing this without help. +1. **** - GitHub-triggered tests that create and test a Project on your docassemble server. This type of test runs into the fewest barriers, so we recommend this method if you are doing this without help. 2. **** - Tests that you trigger manually from an [interview](https://github.com/SuffolkLITLab/docassemble-ALKilnInThePlayground) you install on your docassemble server. 3. **** - GitHub-triggered tests that create their own docassemble server on GitHub and run tests there.[^sand] @@ -76,7 +76,7 @@ Each type of test has its advantages and disadvantages. This documentation expla Setting up can take some time for someone new, but we do our best to walk you through the process in our setup interview. -

Run the ALKiln setup interview

+

Run the ALKiln setup interview to set up this kind of test for your GitHub repo.

**The interview will help you use:** @@ -167,6 +167,8 @@ If you are ready to start running tests, you can read about how to [add our exam The tests are the most secure because they never interact with your server. ALKiln makes a server on GitHub itself and runs the tests there. +

Run the ALKiln setup interview to add a simple version of this test to your GitHub repository.

+ Every repository that needs to use this kind of test must go through this setup process. This is an advanced method and may not work for everyone. We are happy to help you with it. @@ -222,6 +224,8 @@ If you are ready to start running tests, you can read about how to [add our exam tests run in GitHub whenever a developer commits code to the GitHub repository of the package. As you can read below, to use this type of test we strongly recommend you create a [developer account](security.mdx#test-accounts) for ALKiln on your server, a "testing account". +

Run the ALKiln setup interview

+ ### What is ALKiln doing? {#githubNyou-how} @@ -356,6 +360,8 @@ Any developer will [trigger tests when they commit c The tests are the most secure because they never interact with your server and the isolated server they each create is temporary. Unfortunately, these tests also sometimes have more setup complications. +

Run the ALKiln setup interview to add a simple version of this test to your GitHub repository.

+ ### What is ALKiln doing? {#sandbox-how} When you run tests, ALKiln does the following: