From a6ea3738818f3ddf0a65719dde1b76172f460b50 Mon Sep 17 00:00:00 2001 From: Svjatoslav Agejenko Date: Sat, 18 Apr 2026 14:50:59 +0300 Subject: [PATCH] chore: reorganize docs and update gitignore - Rename CLI usage doc to subdirectory structure with theme setup - Simplify .gitignore HTML pattern to wildcard - Bump demo project dependency to 1.8-SNAPSHOT --- .gitignore | 3 +-- doc/{usage cli.org => upsage from cli/index.org} | 5 +++-- usage examples/demo project/pom.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename doc/{usage cli.org => upsage from cli/index.org} (96%) diff --git a/.gitignore b/.gitignore index 0809663..6c235d2 100755 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,6 @@ dependency-reduced-pom.xml /*.iml /JavaInspect.dot /JavaInspect.svg -/doc/index.html -/doc/usage\ cli.html +*.html /doc/graphs/ /doc/apidocs/ diff --git a/doc/usage cli.org b/doc/upsage from cli/index.org similarity index 96% rename from doc/usage cli.org rename to doc/upsage from cli/index.org index d77bdef..91ec55e 100644 --- a/doc/usage cli.org +++ b/doc/upsage from cli/index.org @@ -1,7 +1,7 @@ :PROPERTIES: :ID: acf1896a-74b4-4914-acf6-a77075e07f25 :END: - +#+SETUPFILE: ~/.emacs.d/org-styles/html/darksun.theme #+TITLE: JavaInspect - usage from commandline #+LANGUAGE: en #+LATEX_HEADER: \usepackage[margin=1.0in]{geometry} @@ -11,8 +11,9 @@ #+OPTIONS: H:20 num:20 #+OPTIONS: author:nil +[[file:../index.org][Back to main documentation]] -* Available commandline arguments +* Commandline arguments :PROPERTIES: :CUSTOM_ID: available-commandline-arguments :END: diff --git a/usage examples/demo project/pom.xml b/usage examples/demo project/pom.xml index 6a16ce8..9d4f21d 100644 --- a/usage examples/demo project/pom.xml +++ b/usage examples/demo project/pom.xml @@ -26,7 +26,7 @@ eu.svjatoslav javainspect - 1.7-SNAPSHOT + 1.8-SNAPSHOT -- 2.20.1