Skip to content

Commit a4e5a5a

Browse files
committed
site structure
1 parent 3bd3452 commit a4e5a5a

File tree

1 file changed

+39
-2
lines changed

1 file changed

+39
-2
lines changed

_pkgdown.yml

Lines changed: 39 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,42 @@ authors:
3030
href: "https://www.ekotov.pro"
3131

3232
home:
33-
title: 'rJavaEnv: Java Environments for R Projects'
34-
description: 'Install and manage Java environments using R'
33+
title: 'rJavaEnv: `Java` Environments for R Projects'
34+
description: 'Install and manage `Java` environments using R'
35+
36+
37+
reference:
38+
- title: "Quick Install"
39+
desc: >
40+
Just quickly install `Java` in the current project
41+
contents:
42+
- java_quick_install
43+
- title: "Quick Set"
44+
desc: >
45+
Just quickly set `Java` in the current project (for use with `targets`/`callr`)
46+
contents:
47+
- use_java
48+
- title: "Check `Java` version"
49+
desc: >
50+
Check `Java` version with currently set environment
51+
contents:
52+
- java_check_version_cmd
53+
- java_check_version_rjava
54+
- title: "Fine-grained Control"
55+
desc: >
56+
Control every step of `Java` download, unpacking and installation
57+
contents:
58+
- java_download
59+
- java_unpack
60+
- java_install
61+
- java_env_set
62+
- java_env_unset
63+
- title: "Manage files"
64+
desc: >
65+
Manage downloads, installs, and project-linked `Java` versions
66+
contents:
67+
- java_list
68+
- java_clear
69+
- title: "Other commands"
70+
contents:
71+
- rje_consent

0 commit comments

Comments
 (0)