Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Dec 17, 2023
2 parents 5ac82dc + dd27968 commit 6128c8e
Show file tree
Hide file tree
Showing 21 changed files with 15 additions and 885 deletions.
6 changes: 5 additions & 1 deletion assets/css/_recording_show.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@
}

.actions {
.btn {
.btn-group > div {
margin-left: 1rem;

&:first-child {
margin-left: 0;
}
}
}
}
Expand Down
28 changes: 0 additions & 28 deletions lib/asciinema_web/controllers/doc_controller.ex

This file was deleted.

3 changes: 0 additions & 3 deletions lib/asciinema_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ defmodule AsciinemaWeb.Router do

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

get "/docs", DocController, :index
get "/docs/:topic", DocController, :show

resources "/login", LoginController, only: [:new, :create], singleton: true
get "/login/sent", LoginController, :sent, as: :login

Expand Down
60 changes: 0 additions & 60 deletions lib/asciinema_web/templates/doc/config.html.md

This file was deleted.

175 changes: 0 additions & 175 deletions lib/asciinema_web/templates/doc/embedding.html.md

This file was deleted.

86 changes: 0 additions & 86 deletions lib/asciinema_web/templates/doc/faq.html.md

This file was deleted.

Loading

0 comments on commit 6128c8e

Please sign in to comment.