Skip to content

Beta Release #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 17, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
title: RailsDoc(α)
title: RailsDoc(β)
description: Ruby on Rails API Documentation.
url: https://railsdoc.github.io
source: src
target_rails_version: 5.2.3
plugins:
- jekyll-redirect-from
- jekyll-seo-tag
Expand Down
10 changes: 7 additions & 3 deletions src/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css" integrity="sha384-GJzZqFGwb1QTTN6wy59ffF1BuGJpLSa9DkKMp0DgiMDm4iYMj70gZWKYbI706tWS" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link href="/assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.13.1/styles/github.min.css">
<link rel="apple-touch-icon" href="icon.png">
Expand All @@ -26,8 +26,12 @@
<form class="w-100" action="/search" method="get">
<input class="form-control form-control-dark" type="text" placeholder="Search" aria-label="Search" name="q">
</form>
<ul class="navbar-nav px-3">
<li class="nav-item text-nowrap">

<ul class="navbar-nav flex-row ml-md-auto d-none d-md-flex px-1">
<li class="nav-item text-nowrap p-2">
<a class="nav-link" href="https://github.com/rails/rails/tree/v{{ site.target_rails_version }}">Rails v{{ site.target_rails_version }}</a>
</li>
<li class="nav-item text-nowrap p-2">
<a class="nav-link" href="https://github.com/railsdoc/railsdoc.github.io">GitHub</a>
</li>
</ul>
Expand Down