Skip to content

Commit

Permalink
Change /native-image/guides/ to /guides/; Review reference-manuals.md
Browse files Browse the repository at this point in the history
  • Loading branch information
olyagpl committed Jun 6, 2023
1 parent 02ac1ff commit 2db539b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
1 change: 0 additions & 1 deletion docs/reference-manual/native-image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ To get used to Native Image terminology and get better understanding of the tech

* [Build a Native Executable](#build-a-native-executable)
* [Configuring Native Image with Third-Party Libraries](#configuring-native-image-with-third-party-libraries)
* [License](#license)
* [Further Reading](#further-reading)

### Prerequisites
Expand Down
10 changes: 6 additions & 4 deletions docs/reference-manual/native-image/guides/guides.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
---
layout: ni-docs-landing
toc_group: how-to-guides
link_title: User Guides
permalink: /native-image/guides/
redirect_from: /reference-manual/native-image/guides/
link_title: Guides
permalink: /guides/
redirect_from:
- /native-image/guides/
- /reference-manual/native-image/guides/
---

# Native Image User Guides
# Guides

These guides help developers get started with GraalVM Native Image, acquaint them with available features, and describe potential usage scenarios.
Here you will learn how to:
Expand Down
6 changes: 2 additions & 4 deletions docs/reference-manual/reference-manuals.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ redirect_from: /$version/docs/reference-manual/
# GraalVM Reference Manuals

Here you will find the in-depth documentation for technologies offered by GraalVM.
These manuals are aimed at software engineers and developers who already work with GraalVM, or are considering it as an
environment for their workloads.
These manuals are aimed at software engineers and developers who already work with GraalVM, or are considering it as an environment for their workloads.

## Technologies

Expand All @@ -28,10 +27,9 @@ environment for their workloads.

If you are mostly interested in the GraalVM support for a specific language, here you can find the most extensive documentation:

* [Java](java/README.md)
* [JavaScript and Node.js](js/README.md)
* [LLVM Languages](llvm/README.md)
* [Python](python/README.md)
* [R](r/README.md)
* [Ruby](ruby/README.md)
* [WebAssembly](wasm/README.md)
* [WebAssembly](wasm/README.md)

0 comments on commit 2db539b

Please sign in to comment.