Skip to content

Commit bcd50d8

Browse files
doc: Update documentations for rdoc
1 parent 497f95d commit bcd50d8

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ Try ruby.wasm in [TryRuby](https://try.ruby-lang.org/playground#code=puts+RUBY_D
1111

1212
## Quick Links
1313

14-
- [[**Cheat Sheet**]](./docs/cheat_sheet.md)
15-
- [[**FAQ**]](./docs/faq.md)
16-
- [[**API Reference**]](https://ruby.github.io/ruby.wasm/JS.html)
17-
- [[**Complete Examples**]](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example)
18-
- [[**Community Showcase**]](https://github.com/ruby/ruby.wasm/wiki/Showcase)
14+
- [Cheat Sheet](https://github.com/ruby/ruby.wasm/blob/main/docs/cheat_sheet.md)
15+
- [FAQ](https://github.com/ruby/ruby.wasm/blob/main/docs/faq.md)
16+
- [API Reference](https://ruby.github.io/ruby.wasm/JS.html)
17+
- [Complete Examples](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example)
18+
- [Community Showcase](https://github.com/ruby/ruby.wasm/wiki/Showcase)
1919

2020
## Quick Example: Ruby on browser
2121

docs/cheat_sheet.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[[**Cheat Sheet**]](./cheat_sheet.md)
22
[[**FAQ**]](./faq.md)
3+
[[**API Reference**]](https://ruby.github.io/ruby.wasm/JS.html)
34
[[**Complete Examples**]](https://github.com/ruby/ruby.wasm/tree/main/packages/npm-packages/ruby-wasm-wasi/example)
45
[[**Community Showcase**]](https://github.com/ruby/ruby.wasm/wiki/Showcase)
56

tasks/doc.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ require "ruby_wasm/version"
33

44
RDoc::Task.new do |doc|
55
doc.main = "README.md"
6-
doc.title = "ruby.wasm #{RubyWasm::VERSION} Documentation"
6+
doc.title = "ruby.wasm Documentation"
77
doc.rdoc_files = FileList.new %w[*.md ext/**/*.c ext/**/*.rb]
88
end

0 commit comments

Comments
 (0)