Skip to content

Commit 6128c8e

Browse files
committed
Merge branch 'develop'
2 parents 5ac82dc + dd27968 commit 6128c8e

21 files changed

+15
-885
lines changed

assets/css/_recording_show.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525
}
2626

2727
.actions {
28-
.btn {
28+
.btn-group > div {
2929
margin-left: 1rem;
30+
31+
&:first-child {
32+
margin-left: 0;
33+
}
3034
}
3135
}
3236
}

lib/asciinema_web/controllers/doc_controller.ex

Lines changed: 0 additions & 28 deletions
This file was deleted.

lib/asciinema_web/router.ex

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,6 @@ defmodule AsciinemaWeb.Router do
7878

7979
resources "/s", LiveStreamController, only: [:show, :edit, :update]
8080

81-
get "/docs", DocController, :index
82-
get "/docs/:topic", DocController, :show
83-
8481
resources "/login", LoginController, only: [:new, :create], singleton: true
8582
get "/login/sent", LoginController, :sent, as: :login
8683

lib/asciinema_web/templates/doc/config.html.md

Lines changed: 0 additions & 60 deletions
This file was deleted.

lib/asciinema_web/templates/doc/embedding.html.md

Lines changed: 0 additions & 175 deletions
This file was deleted.

lib/asciinema_web/templates/doc/faq.html.md

Lines changed: 0 additions & 86 deletions
This file was deleted.

0 commit comments

Comments
 (0)