Skip to content

Commit 10cf744

Browse files
committed
[GR-66235] Remove front matter from user docs.
PullRequest: truffleruby/4567
2 parents ee586b9 + 7cb97f1 commit 10cf744

26 files changed

+7
-196
lines changed

doc/user/benchmarking.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Benchmarking TruffleRuby
5-
permalink: /reference-manual/ruby/Benchmarking/
6-
---
71
# Benchmarking TruffleRuby
82

93
This document lists the most important points to consider when benchmarking TruffleRuby.

doc/user/compatibility.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Compatibility
5-
permalink: /reference-manual/ruby/Compatibility/
6-
---
71
# Compatibility
82

93
TruffleRuby aims to be fully compatible with the standard implementation of

doc/user/debugging.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Debugging Ruby
5-
permalink: /reference-manual/ruby/Debugging/
6-
---
71
# Debugging TruffleRuby
82

93
TruffleRuby, like other GraalVM languages, supports 2 standard debugging protocols:

doc/user/deploying.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Runtime Configurations
5-
permalink: /reference-manual/ruby/RuntimeConfigurations/
6-
---
71
# Deploying TruffleRuby
82

93
If you are attempting to experiment with deploying TruffleRuby to production we would encourage you to contact us so we can help you understand what is possible at the moment and to help solve any issues for you.

doc/user/faq.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: FAQ
5-
permalink: /reference-manual/ruby/FAQ/
6-
---
71
# Frequently Asked Questions
82

93
### What is TruffleRuby?

doc/user/installing-graalvm.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Using Ruby with GraalVM
5-
permalink: /reference-manual/ruby/InstallingGraalVM/
6-
---
71
# Using TruffleRuby with GraalVM
82

93
This documentation has moved to [Installing TruffleRuby](installing-truffleruby.md).

doc/user/installing-libssl.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Installing `libssl`
5-
permalink: /reference-manual/ruby/Installinglibssl/
6-
---
71
# Installing `libssl`
82

93
TruffleRuby provides the `openssl` gem but not the native `libssl` system library that the gem uses.

doc/user/installing-libyaml.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Installing LibYAML
5-
permalink: /reference-manual/ruby/InstallingLibYAML/
6-
---
71
# Installing LibYAML
82

93
TruffleRuby requires to have `libyaml` installed, much like CRuby 3.2+ and Psych 5+.

doc/user/installing-llvm.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Installing Make and GCC
5-
permalink: /reference-manual/ruby/InstallingLLVM/
6-
---
71
# Installing Make and GCC
82

93
Since TruffleRuby 24.0.0, TruffleRuby no longer needs a LLVM toolchain and instead uses the system toolchain.

doc/user/installing-truffleruby.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
1-
---
2-
layout: docs-experimental
3-
toc_group: ruby
4-
link_title: Installing TruffleRuby
5-
permalink: /reference-manual/ruby/InstallingTruffleRuby/
6-
---
71
# Installing TruffleRuby
82

93
The recommended way to install TruffleRuby is via your Ruby manager/installer, see [Getting Started](../../README.md#getting-started).
104

115
You can also install TruffleRuby by manually downloading the binary tarball, extracting it, running the post-install script and adding TruffleRuby to `$PATH`.
12-
This page documents the URLs and the extra steps necessary after downloading the tarball.
6+
This page documents the URLs and the extra steps necessary after downloading the tarball.
137

148
## Dependencies
159

@@ -45,7 +39,7 @@ truffleruby-VERSION-PLATFORM.tar.gz
4539
truffleruby-community-VERSION-PLATFORM.tar.gz
4640
```
4741

48-
Development builds are [also available](https://github.com/ruby/truffleruby-dev-builder/releases/latest).
42+
Development builds are [also available](https://github.com/ruby/truffleruby-dev-builder/releases/latest).
4943
More platforms for dev builds are [available here](https://github.com/graalvm/graalvm-ce-dev-builds/releases/latest) but those builds tend to be slightly older.
5044
The Native Standalones are the files `truffleruby-community-dev-PLATFORM.tar.gz`.
5145

0 commit comments

Comments
 (0)