Commit e9f1051 1 parent 327eede commit e9f1051 Copy full SHA for e9f1051
File tree 5 files changed +19
-4
lines changed
5 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ module.exports = {
29
29
// API info that is used in the /docs pages by hapi-swaggered.
30
30
// Note: this info is supplemented with info from package.json
31
31
info : {
32
- title : 'Zenodeo API documentation for BLR ' ,
32
+ title : 'API documentation' ,
33
33
termsOfService : '/tos' ,
34
34
license : {
35
35
name : 'CC0 Public Domain Dedication' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zenodeo" ,
3
- "version" : " 2.6.3 " ,
3
+ "version" : " 2.6.4 " ,
4
4
"description" : " `nodejs` interface to the Zenodo/BLR community collection" ,
5
5
"main" : " index.js" ,
6
6
"repository" : " https://github.com/punkish/zenodeo" ,
Original file line number Diff line number Diff line change @@ -4,6 +4,20 @@ header {
4
4
text-align : left;
5
5
padding : 4rem ;
6
6
}
7
+ header h1 {
8
+ margin-bottom : 0 ;
9
+ }
10
+ header a .title {
11
+ text-decoration : none;
12
+ color : black;
13
+
14
+ }
15
+ header h2 .small {
16
+ text-transform : uppercase;
17
+ font-weight : 400 ;
18
+ font-size : xx-small;
19
+ letter-spacing : 0 ;
20
+ }
7
21
nav a , nav b {margin-right : 0.75em ;}
8
22
9
23
section {
Original file line number Diff line number Diff line change 1
1
< footer class ="row ">
2
- < p > Dedicated to the public domain under the CC0 Public Domain Dedication</ p >
2
+ < p > Put in the public domain under the CC0 Public Domain Dedication</ p >
3
3
</ footer >
Original file line number Diff line number Diff line change 1
1
< header class ="row ">
2
+ < h1 class ="title "> zenodeo< sup > 2</ sup > </ h1 >
3
+ < h2 class ="small "> a plazi project</ h2 >
2
4
< nav >
3
- < b > zenodeo</ b >
4
5
< a href ="/docs "> docs</ a >
5
6
< a href ="/tos "> terms of service</ a >
6
7
< a href ="/install "> install</ a >
You can’t perform that action at this time.
0 commit comments