We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ebda7 commit 9882154Copy full SHA for 9882154
docs/file-scrapers.md
@@ -275,6 +275,7 @@ cp -r docs $DEVDOCS/docs/minitest
275
```sh
276
git clone https://github.com/rack/rack
277
cd rack/
278
+sed -i 's/gem "rdoc"/gem "rdoc", "<7"/' Gemfile
279
bundle install
280
bundle exec rdoc
281
cp -r doc $DEVDOCS/docs/rack
lib/docs/scrapers/rdoc/rack.rb
@@ -8,7 +8,6 @@ class Rack < Rdoc
8
home: 'https://rack.github.io/rack/3.2/index.html',
9
code: 'https://github.com/rack/rack'
10
}
11
- self.root_path = 'Rack.html'
12
13
options[:root_title] = 'Rack'
14
0 commit comments