revert "migrate TOC settings to in-page declaration" 474fc800ea96bd77f2cda44dd0a3aea0d2c8b80d

This commit is contained in:
Yann Cébron 2022-08-15 16:14:58 +02:00
parent 0d67ce657b
commit 24ea2bca05
3 changed files with 2 additions and 6 deletions

View File

@ -384,12 +384,12 @@
<toc-element id="api_internal.md"/>
</toc-element>
<toc-element toc-title="Appendix III — Tools">
<toc-element id="tools_gradle_intellij_plugin.md">
<toc-element id="tools_gradle_intellij_plugin.md" show-structure-depth="1">
<toc-element toc-title="Usage Examples" id="tools_gradle_intellij_plugin_examples.md"/>
<toc-element toc-title="Build Features" id="tools_gradle_intellij_plugin_build_features.md"/>
<toc-element toc-title="Frequently Asked Questions" id="tools_gradle_intellij_plugin_faq.md"/>
<toc-element toc-title="Migration Guide from 0.x to 1.x" href="https://lp.jetbrains.com/gradle-intellij-plugin/"/>
</toc-element>
<toc-element id="tools_gradle_grammar_kit_plugin.md"/>
<toc-element id="tools_gradle_grammar_kit_plugin.md" show-structure-depth="1" />
</toc-element>
</product-profile>

View File

@ -1,7 +1,5 @@
[//]: # (title: Gradle IntelliJ Plugin)
<toc-settings depth="1"/>
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
The Gradle IntelliJ Plugin is a plugin for the Gradle build system to help configuring your environment for building, testing, verifying, and publishing plugins for IntelliJ-based IDEs.

View File

@ -1,7 +1,5 @@
[//]: # (title: Gradle Grammar-Kit Plugin)
<toc-settings depth="1"/>
<!-- Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
The [Gradle Grammar-Kit Plugin](https://github.com/JetBrains/gradle-grammar-kit-plugin) automates generating lexers and parsers to support building [custom language](custom_language_support.md) plugins for IntelliJ-based IDEs when using [Grammar-Kit](https://github.com/JetBrains/Grammar-Kit).