Skip to content

Commit df8d68f

Browse files
Merge pull request #537 from SuffolkLITLab/copilot/fix-sidebar-links-for-section-titles
Fix sidebar TOC display for section headings with JSX components in ALKiln setup page
2 parents a53fe6c + fd35f9e commit df8d68f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/components/ALKiln/setup.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Each type of test has its advantages and disadvantages. This documentation expla
6464
[^sand]: "The isolation metaphor is taken from the idea of children who do not play well together, so each is given [their] own sandbox to play in alone." - [Wikipedia, Sandbox_(computer_security)](https://en.wikipedia.org/wiki/Sandbox_(computer_security))
6565

6666

67-
## Recommended setup: <!-- GitHub+You --> <GTOYS/> {#recommended}
67+
## Recommended setup: GitHub+You {#recommended}
6868

6969
<GTOYS/> tests are the O.G. ALKiln tests and mix well with most docassemble server configurations and needs. Like other GitHub tests, you set them up for each repository separately.
7070

@@ -124,7 +124,7 @@ You can wait to write more complex tests till your code is more stable. "Stable"
124124
To learn how to do more with tests, you can read more about [writing tests](writing_tests.mdx) and more about [test files](writing_tests.mdx#test-files).
125125

126126

127-
## <!-- ALKilnInThePlayground --> <AutoDIY/> tests {#diy-how-to}
127+
## ALKilnInThePlayground tests {#diy-how-to}
128128

129129
If you set up <AutoDIY/> tests, any developer that logs in can run tests on any of their Projects. You only have to do this once. You can read more details and the pros and cons of <AutoDIY/> tests below.
130130

@@ -163,7 +163,7 @@ It also helps to have a Project with at least one ALKiln test in it, but you can
163163
If you are ready to start running tests, you can read about how to [add our example test](#first-test), [write tests](writing_tests.mdx), or continue the above interview to [run your tests](writing_tests.mdx#trigger_autodiy).
164164

165165

166-
## <!-- GitHub Sandbox --> <KittyLitter/> tests (advanced) {#sandbox-how-to}
166+
## GitHub Sandbox tests (advanced) {#sandbox-how-to}
167167

168168
The <KittyLitter/> tests are the most secure because they never interact with your server. ALKiln makes a server on GitHub itself and runs the tests there.
169169

@@ -218,7 +218,7 @@ Then edit the new workflow to look like -->
218218
If you are ready to start running tests, you can read about how to [add our example test](#first-test), [write tests](writing_tests.mdx), or [trigger and run <KittyLitter plain={true}/> tests on GitHub](writing_tests.mdx#trigger-tests).
219219

220220

221-
## <!-- GitHub+You --> <GTOYS/> test details {#githubNyou-details}
221+
## GitHub+You test details {#githubNyou-details}
222222

223223
<GTOYS plain={true}/> 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".
224224

@@ -303,7 +303,7 @@ For some people:
303303
<!-- [^manually]: It is possible for you to set up <GTOYS/> tests manually on your own. You must understand the process already. If you do this by hand, you must also have admin access to the GitHub repository. -->
304304

305305

306-
## <!-- ALKilnInThePlayground --> <AutoDIY/> test details {#diy-details}
306+
## ALKilnInThePlayground test details {#diy-details}
307307

308308
<!-- Confusion about "Auto" and "manual" -->
309309

@@ -350,7 +350,7 @@ For some people:
350350
- If you have `restrict input variables` set to `True` in your server's config and have signature screens in the interview you are testing, you *must* have the [trigger variable HTML](writing_tests.mdx#special-html) in your interview for signatures.
351351

352352

353-
## <!-- GitHub Sandbox --> <KittyLitter/> test details {#sandbox-details}
353+
## GitHub Sandbox test details {#sandbox-details}
354354

355355
Any developer will [trigger <KittyLitter plain={true}/> tests when they commit code to GitHub](writing_tests.mdx#trigger-tests). They create their own docassemble server on GitHub and run tests there.
356356

0 commit comments

Comments
 (0)