Skip to content

Commit ea36b12

Browse files
authored
Fix docs site (#47)
1 parent e3e771a commit ea36b12

File tree

4 files changed

+9
-13
lines changed

4 files changed

+9
-13
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Nanogen
22

33
[![npm](https://img.shields.io/npm/v/nanogen.svg)](https://www.npmjs.com/package/nanogen)
4-
[![Build Status](https://github.com/doug2k1/nanogen/actions/workflows/ci.yml/badge.svg?event=push)]
4+
![Build Status](https://github.com/doug2k1/nanogen/actions/workflows/ci.yml/badge.svg?event=push)
55

66
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/doug2k1/nanogen-template)
77

docs-src/pages/index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# Nanogen
22

33
[![npm](https://img.shields.io/npm/v/nanogen.svg)](https://www.npmjs.com/package/nanogen)
4-
[![Build Status](https://travis-ci.org/doug2k1/nanogen.svg?branch=cli)](https://travis-ci.org/doug2k1/nanogen)
5-
[![Maintainability](https://api.codeclimate.com/v1/badges/ab96ad49962fca4a6f2e/maintainability)](https://codeclimate.com/github/doug2k1/nanogen/maintainability)
6-
[![Test Coverage](https://api.codeclimate.com/v1/badges/ab96ad49962fca4a6f2e/test_coverage)](https://codeclimate.com/github/doug2k1/nanogen/test_coverage)
4+
![Build Status](https://github.com/doug2k1/nanogen/actions/workflows/ci.yml/badge.svg?event=push)
75

86
[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/doug2k1/nanogen-template)
97

docs/docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="theme-color" content="#157878">
99
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10-
<link rel="stylesheet" href="/css/styles.css">
10+
<link rel="stylesheet" href="/nanogen/css/styles.css">
1111

1212
</head>
1313
<body>
1414
<section class="page-header">
1515
<h1 class="project-name">Nanogen</h1>
1616
<h2 class="project-tagline">Minimalist static site generator in Node.js</h2>
17-
<a href="/" class="btn">Home</a>
18-
<a href="/docs" class="btn">Docs</a>
17+
<a href="/nanogen/" class="btn">Home</a>
18+
<a href="/nanogen/docs" class="btn">Docs</a>
1919
<a href="https://github.com/doug2k1/nanogen" class="btn">GitHub</a>
2020
</section>
2121
<section class="main-content">

docs/index.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,22 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88
<meta name="theme-color" content="#157878">
99
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
10-
<link rel="stylesheet" href="/css/styles.css">
10+
<link rel="stylesheet" href="/nanogen/css/styles.css">
1111

1212
</head>
1313
<body>
1414
<section class="page-header">
1515
<h1 class="project-name">Nanogen</h1>
1616
<h2 class="project-tagline">Minimalist static site generator in Node.js</h2>
17-
<a href="/" class="btn">Home</a>
18-
<a href="/docs" class="btn">Docs</a>
17+
<a href="/nanogen/" class="btn">Home</a>
18+
<a href="/nanogen/docs" class="btn">Docs</a>
1919
<a href="https://github.com/doug2k1/nanogen" class="btn">GitHub</a>
2020
</section>
2121
<section class="main-content">
2222

2323
<h1>Nanogen</h1>
2424
<p><a href="https://www.npmjs.com/package/nanogen"><img src="https://img.shields.io/npm/v/nanogen.svg" alt="npm"></a>
25-
<a href="https://travis-ci.org/doug2k1/nanogen"><img src="https://travis-ci.org/doug2k1/nanogen.svg?branch=cli" alt="Build Status"></a>
26-
<a href="https://codeclimate.com/github/doug2k1/nanogen/maintainability"><img src="https://api.codeclimate.com/v1/badges/ab96ad49962fca4a6f2e/maintainability" alt="Maintainability"></a>
27-
<a href="https://codeclimate.com/github/doug2k1/nanogen/test_coverage"><img src="https://api.codeclimate.com/v1/badges/ab96ad49962fca4a6f2e/test_coverage" alt="Test Coverage"></a></p>
25+
<img src="https://github.com/doug2k1/nanogen/actions/workflows/ci.yml/badge.svg?event=push" alt="Build Status"></p>
2826
<p><a href="https://app.netlify.com/start/deploy?repository=https://github.com/doug2k1/nanogen-template"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"></a></p>
2927
<p>Minimalist static site generator, powered by <a href="https://nodejs.org/en/">Node.js</a></p>
3028
<h2>Features</h2>

0 commit comments

Comments
 (0)