Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Apr 11, 2024
1 parent 3ca8b01 commit 113fc80
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mini_portile2 (2.8.5)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
Expand All @@ -230,9 +231,8 @@ GEM
mutex_m (0.2.0)
net-http (0.4.1)
uri
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.0-x86_64-linux)
nokogiri (1.16.4)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
Expand Down
14 changes: 11 additions & 3 deletions _data/sidebars/picoruby_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ entries:
product: PicoRuby
version: master
folders:
- title:
- title:
output: pdf
type: frontmatter
folderitems:
- title:
- title:
url: "/titlepage.html"
output: pdf
type: frontmatter
- title:
- title:
url: "/tocpage.html"
output: pdf
type: frontmatter
Expand Down Expand Up @@ -254,6 +254,14 @@ entries:
url: "/BLE_Utils.html"
output: web pdf
type: homepage
- title: Base16
url: "/Base16.html"
output: web pdf
type: homepage
- title: Base64
url: "/Base64.html"
output: web pdf
type: homepage
- title: Dir
url: "/Dir.html"
output: web pdf
Expand Down
9 changes: 9 additions & 0 deletions pages/rbs_doc/Base16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Base16
keywords: Base16
tags: [class]
summary: Base16 class of PicoRuby
sidebar: picoruby_sidebar
permalink: Base16.html
folder: rbs_doc
---
9 changes: 9 additions & 0 deletions pages/rbs_doc/Base64.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Base64
keywords: Base64
tags: [class]
summary: Base64 class of PicoRuby
sidebar: picoruby_sidebar
permalink: Base64.html
folder: rbs_doc
---
15 changes: 15 additions & 0 deletions pages/rbs_doc/Prism.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Prism
keywords: Prism
tags: [class]
summary: Prism class of PicoRuby
sidebar: picoruby_sidebar
permalink: Prism.html
folder: rbs_doc
---
## Instance methods
### parse

```ruby
instance.parse(String script) -> String
```
15 changes: 15 additions & 0 deletions pages/rbs_doc/Prism_Location.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: Prism::Location
keywords: Prism::Location
tags: [class]
summary: Prism::Location class of PicoRuby
sidebar: picoruby_sidebar
permalink: Prism_Location.html
folder: rbs_doc
---
## Instance methods
### inspect

```ruby
instance.inspect() -> String
```
9 changes: 9 additions & 0 deletions pages/rbs_doc/Prism_ParseError.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Prism::ParseError
keywords: Prism::ParseError
tags: [class]
summary: Prism::ParseError class of PicoRuby
sidebar: picoruby_sidebar
permalink: Prism_ParseError.html
folder: rbs_doc
---
9 changes: 9 additions & 0 deletions pages/rbs_doc/Prism_ParseResult.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Prism::ParseResult
keywords: Prism::ParseResult
tags: [class]
summary: Prism::ParseResult class of PicoRuby
sidebar: picoruby_sidebar
permalink: Prism_ParseResult.html
folder: rbs_doc
---

0 comments on commit 113fc80

Please sign in to comment.