intro_project_wizard.md: Cleanups

This commit is contained in:
Karol Lewandowski 2025-05-12 13:56:01 +02:00
parent 6b3d87f7e8
commit 96e84f0695

View File

@ -1,16 +1,16 @@
<!-- Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
# Project Wizard Tutorial
<link-summary>The Project Wizard Tutorial section overview.</link-summary>
This set of tutorials shows how to manipulate the process of project creation.
Configuring Project Wizard automatically allows you to do the following:
Configuring the Project Wizard automatically allows you to do the following:
1. [Adding New Steps to Project Wizard](adding_new_steps.md)
2. [Supporting Module Types](module_types.md)
1. [](adding_new_steps.md)
2. [](module_types.md)
**Note:**
Main utilities to configure a custom project wizard can be found in the package
The main utilities to configure a custom project wizard can be found in the package
[lang-api.ide.util.projectWizard](%gh-ic%/platform/lang-api/src/com/intellij/ide/util/projectWizard).