diff options
| author | Bozhidar Batsov <bozhidar@batsov.com> | 2020-12-21 09:53:45 +0200 |
|---|---|---|
| committer | Bozhidar Batsov <bozhidar@batsov.com> | 2020-12-21 09:53:56 +0200 |
| commit | 008c08b58182ff8ac53d7f967f7e216a4303d01e (patch) | |
| tree | 26f08d900c6759a47a037a659eda2a7b33482abc /doc | |
| parent | ff5a2be6c3c1ffa23c35a294b28f865b34463dff (diff) | |
[Docs] Tweak some wording
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/modules/ROOT/pages/index.adoc | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/modules/ROOT/pages/index.adoc b/doc/modules/ROOT/pages/index.adoc index ad126d3..f9982a2 100644 --- a/doc/modules/ROOT/pages/index.adoc +++ b/doc/modules/ROOT/pages/index.adoc @@ -22,12 +22,15 @@ are available, Projectile will leverage them. Projectile provides easy project management and navigation. The concept of a project is pretty basic - just a folder containing -special file. Currently most VCS repos (e.g. `git`, `mercurial`, etc) +special file.footnote:[That file is called a "project marker" in Projectile's lingo.] Currently most VCS repos (e.g. `git`, `mercurial`, etc) are considered projects by default, as are directories containing build tools (e.g. `maven`, `leiningen`, etc) or framework markers (e.g. Ruby on Rails). If you want to mark a folder manually as a -project just create an empty `.projectile` file in it. Some of -Projectile's features: +project just create an empty `.projectile` file in it. + +TIP: You can learn more about Projectile's notion of a project xref:projects.adoc[here]. + +Here are some of Projectile's features in no particular order: * jump to a file in project * jump to files at point in project |
