utopia-project 0.5.0 → 0.5.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf11019a91266f8e5a3bc28b2d122761ca40364112063261d7ef543c228c471c
4
- data.tar.gz: 7b3a1f947c4040a315c1c549cc420d6d5844702d49aaf1596056b329bfdff6f8
3
+ metadata.gz: 8332a30e284e63d750d468fad7370980c7a8fa2951fa963e183312c03c3d48bf
4
+ data.tar.gz: 9fa9cd594dfba88b7c3b2bfadd48b57a7797ed61911b1fbd3dece04af27cfc46
5
5
  SHA512:
6
- metadata.gz: 14804a71072ad2958b5b6b3e0db1e7b8c74f5f1822fe6e5fe42b33d62360e797be67b9cf363ff71bd2a943cf65bd665e6bed18bef38211998fab918ec1c51efc
7
- data.tar.gz: e79643a8cb6126f359f629a9a422df5f5b19706841b6987faf2e806bbc8c173ea48d8316a3393919de97d2b4055dad6bcf87a81e8218c924579c2f2c1505cb87
6
+ metadata.gz: '09f4ba9187a4646655e1f244d2121873c50ff93e8b990797f12c232df9b4665117b9813cbf05aa2a271e56a195216b6f4f47da5d2a12c1e01dc59786fa6ac6fe'
7
+ data.tar.gz: a9312ead00722f681084f8179d0a7e95c1477de4b03576d215a003dae2fd02b8afed621878421352ee85df9b6855df4b791affacc2127957cf2661488b01b0fb
data/README.md CHANGED
@@ -10,14 +10,6 @@ My goal is to provide task-centric documentation, and to continually improve the
10
10
 
11
11
  With that in mind, this web application provides such a model and will evolve over time to suit my requirements and the needs of my users.
12
12
 
13
- ## Installation
14
-
15
- Execute the following in your project:
16
-
17
- ~~~ bash
18
- bundle add utopia-project
19
- ~~~
20
-
21
13
  ## Usage
22
14
 
23
15
  Please see the <a href="https://socketry.github.io/utopia-project/">project documentation</a> or run it locally using `bake utopia:project:serve`.
@@ -34,7 +26,7 @@ We welcome contributions to this project.
34
26
 
35
27
  ## See Also
36
28
 
37
- - [Utopia](https://github.com/socketry/utopia) — The website framework which powers this documentation application.
29
+ - [Utopia](https://github.com/socketry/utopia) — The website framework which powers this web application.
38
30
  - [Decode](https://github.com/ioquatix/decode) — The source code parser and cross-referencing library.
39
31
 
40
32
  ## License
@@ -22,6 +22,6 @@
22
22
 
23
23
  module Utopia
24
24
  module Project
25
- VERSION = "0.5.0"
25
+ VERSION = "0.5.1"
26
26
  end
27
27
  end
@@ -1,3 +1,2 @@
1
- <content:navigation />
2
1
  <?r document.attributes[:title] ||= content ?>
3
2
  <h1><utopia:content/></h1>
@@ -27,6 +27,8 @@
27
27
  </head>
28
28
 
29
29
  <body class="#{attributes[:class]}">
30
+ <content:navigation />
31
+
30
32
  <utopia:content/>
31
33
 
32
34
  <footer>Documentation generated by <a href="https://github.com/socketry/utopia-project">Utopia::Project</a>.</footer>
@@ -79,6 +79,10 @@ header, h1, h2, h3, h4, h5, h6, p, ul, dl, ol {
79
79
  margin: 1rem;
80
80
  }
81
81
 
82
+ header img {
83
+ max-height: 50vh;
84
+ }
85
+
82
86
  nav {
83
87
  margin: 1rem;
84
88
  font-size: 0.8rem;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: utopia-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Samuel Williams