]> git.proxmox.com Git - pve-eslint.git/blobdiff - eslint/docs/src/pages/index.md
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / pages / index.md
index 43c79544370a2d9a0cdfe8ceb083a803c3239aff..c8f5f62dcaa8940c01f4416c9064803e27f14e3f 100644 (file)
@@ -1,21 +1,23 @@
 ---
 title: Documentation
-layout: doc
 permalink: /index.html
 ---
 
 Welcome to our documentation pages! What would you like to view?
 
-## [User Guide](user-guide/)
+## [Use ESLint in Your Project](use/)
 
 Intended for end users of ESLint. Contains information about core rules, configuration, command line options, formatters, and integrations,
 as well as guides for migrating from earlier versions of ESLint.
 
-## [Developer Guide](developer-guide/)
+## [Extend ESLint](extend/)
 
-Intended for contributors to ESLint and people who wish to extend ESLint. Contains information about contributing to ESLint; creating custom
-rules, configurations, plugins, and formatters; and information about our architecture and Node.js API.
+Intended for people who wish to extend ESLint. Contains information about creating custom rules, configurations, plugins, and formatters; and information about our Node.js API.
 
-## [Maintainer Guide](maintainer-guide/)
+## [Contribute to ESLint](contribute/)
+
+Intended for people who wish to contribute to the ESLint project. Contains information about ways you can contribute, the project structure, and setting up the development environment.
+
+## [Maintain ESLint](maintain/)
 
 Intended for maintainers of ESLint.