Skip to content

Commit b0c090f

Browse files
author
Dennis Labordus
committed
Updating and adding pages.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent 369a306 commit b0c090f

File tree

5 files changed

+6
-13
lines changed

5 files changed

+6
-13
lines changed

docs/GOVERNANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Project Governance
1+
# Governance
22

33
#### Table Of Contents
44

docs/MISSION-COMPAS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# CoMPAS - (Co)nfiguration (M)odules for (P)ower industry (A)utomation (S)ystems
1+
# Mission
22

3-
## Mission
3+
## CoMPAS - (Co)nfiguration (M)odules for (P)ower industry (A)utomation (S)ystems
44

55
The mission of the **CoMPAS** project is to **develop open source software components** related to **IEC 61850 model implementation
66
(profile management) and configuration** of a power industry Protection Automation and Control System (PACS).

docs/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ git_repo: contributing
1919
git_branch: master
2020

2121
baseurl: /contributing
22-
source: ./pages
2322

2423
defaults:
2524
-

docs/_includes/head.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-->
66

77
<head>
8-
<link href="http://gmpg.org/xfn/11" rel="profile">
8+
<link href="https://gmpg.org/xfn/11" rel="profile">
99
<meta http-equiv="X-UA-Compatible" content="IE=edge">
1010
<meta http-equiv="content-type" content="text/html; charset=utf-8">
1111

@@ -24,12 +24,9 @@
2424
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/poole.css">
2525
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/syntax.css">
2626
<link rel="stylesheet" href="{{ site.baseurl }}/public/css/hyde.css">
27-
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
27+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
2828

2929
<!-- Icons -->
3030
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="{{ site.baseurl }}/public/apple-touch-icon-144-precomposed.png">
31-
<link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico">
32-
33-
<!-- RSS -->
34-
<link rel="alternate" type="application/rss+xml" title="RSS" href="/atom.xml">
31+
<link rel="shortcut icon" href="{{ site.baseurl }}/public/favicon.ico">
3532
</head>

docs/_layouts/default.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66

77
<!DOCTYPE html>
88
<html lang="en-us">
9-
109
{% include head.html %}
1110

1211
<body>
13-
1412
{% include sidebar.html %}
1513

1614
<div class="content container">
1715
{{ content }}
1816
</div>
19-
2017
</body>
2118
</html>

0 commit comments

Comments
 (0)