diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2024-05-16 00:33:50 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2024-05-16 00:33:50 -0600 |
| commit | 996cc9eee7445ae9b40b9023891fbabf16f70b2b (patch) | |
| tree | 9c7e917841420c3ee5341359c75bfabafa854721 /docs | |
| parent | 4b28655065b765f3d81ca5e97e7bdd8a33c37e55 (diff) | |
restore dropped sentence about multi-file editing on GitLab
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/modules/tooling/pages/index.adoc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/modules/tooling/pages/index.adoc b/docs/modules/tooling/pages/index.adoc index 69fa5836..70f72bdb 100644 --- a/docs/modules/tooling/pages/index.adoc +++ b/docs/modules/tooling/pages/index.adoc @@ -39,7 +39,9 @@ On GitLab, you can find support for include directives, admonition icons, diagra GitHub, on the other hand, provides a table of contents browser, whereas on GitLab you must add a TOC explicitly using the `toc` attribute. On GitHub, if you want to see the source of an AsciiDoc file instead of the preview, click the btn:[Code] button or append `?plain=1` to the end of the URL. -Alternatively, if you enter edit mode by clicking the btn:[Edit file] button, you can modify the source of the AsciiDoc file and see a preview of the modified source before you commit your changes. + +If you enter edit mode by clicking the btn:[Edit file] button on either GitHub or GitLab, you can modify the source of the AsciiDoc file and see a preview of the modified source before you commit your changes. +GitLab even allows you to edit multiple files in a single commit using its Web IDE. == Web browser add-ons (preview only) |
