File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# [ railsdoc.github.io] ( https://railsdoc.github.io/ )
2
2
3
- [ ![ Build Status ] ( https://travis-ci .com/railsdoc/railsdoc.github.io. svg?branch=main )] ( https://travis-ci .com/railsdoc/railsdoc.github.io )
3
+ [ ![ CI ] ( https://github .com/railsdoc/railsdoc.github.io/actions/workflows/ci.yml/badge. svg )] ( https://github .com/railsdoc/railsdoc.github.io/actions/workflows/ci.yml )
4
4
[ ![ Netlify Status] ( https://api.netlify.com/api/v1/badges/c964029a-6d5a-4f3a-95e9-d35830a2fe83/deploy-status )] ( https://app.netlify.com/sites/railsdoc-preview/deploys )
5
5
6
6
railsdoc.github.io is yet another Rails API documentation website.
Original file line number Diff line number Diff line change 5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1 ">
6
6
< link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css " integrity ="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z " crossorigin ="anonymous ">
7
7
< link href ="/assets/css/style.css " rel ="stylesheet ">
8
- < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.1 /styles/monokai.min.css ">
8
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2 /styles/monokai.min.css ">
9
9
< link rel ="apple-touch-icon " href ="icon.png ">
10
10
< meta name ="theme-color " content ="#fafafa ">
11
11
< link href ="https://fonts.googleapis.com/css?family=Asap " rel ="stylesheet ">
58
58
</ div >
59
59
</ div >
60
60
61
- < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1 /jquery.min.js "> </ script >
62
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.2 /anchor.min.js "> </ script >
63
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.3.1 /highlight.min.js "> </ script >
61
+ < script src ="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0 /jquery.min.js "> </ script >
62
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.3.0 /anchor.min.js "> </ script >
63
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2 /highlight.min.js "> </ script >
64
64
< script src ="/assets/js/app.js "> </ script >
65
65
</ body >
66
66
</ html >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ $(() => {
4
4
anchors . add ( ) ;
5
5
6
6
// highlight.js
7
- hljs . initHighlighting ( ) ;
7
+ hljs . highlightAll ( ) ;
8
8
9
9
$ ( ".sidebar-sticky .icon" ) . on ( "click" , function ( e ) {
10
10
$ ( this ) . siblings ( "ul" ) . toggle ( ) ;
You can’t perform that action at this time.
0 commit comments