introduce "See also" config

This commit is contained in:
Yann Cébron 2024-01-31 14:35:04 +01:00
parent d26dd2c6ae
commit 1e3ea1319f
3 changed files with 28 additions and 13 deletions

8
c.list Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!DOCTYPE categories SYSTEM "https://resources.jetbrains.com/writerside/1.0/categories.dtd">
<categories>
<category id="related" name="Related topics" order="1"/>
<category id="external" name="External resources" order="2"/>
</categories>

View File

@ -1,7 +1,7 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Testing a Custom Language Plugin # Testing a Custom Language Plugin
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<link-summary>Tutorial demonstrating how to develop tests for custom language plugin features.</link-summary> <link-summary>Tutorial demonstrating how to develop tests for custom language plugin features.</link-summary>
> Please see [](testing_plugins.md) for a general introduction. > Please see [](testing_plugins.md) for a general introduction.
@ -26,3 +26,9 @@ As an example, the plugin implemented in the [Custom Language Support Tutorial](
* [](commenter_test.md) * [](commenter_test.md)
* [](reference_test.md) * [](reference_test.md)
* [](documentation_test.md) * [](documentation_test.md)
<seealso style="cards">
<category ref="related">
<a href="testing_plugins.md"/>
</category>
</seealso>

View File

@ -14,5 +14,6 @@
<vars src="v.list" /> <vars src="v.list" />
<vars src="v-releases.list" /> <vars src="v-releases.list" />
<snippets dir="code_samples"/> <snippets dir="code_samples"/>
<categories src="c.list"/>
<instance src="ijs.tree" keymaps-mode="none" id="intellij" web-path="/intellij/"/> <instance src="ijs.tree" keymaps-mode="none" id="intellij" web-path="/intellij/"/>
</ihp> </ihp>