Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion _src/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,10 @@ hr {
justify-content: center;
align-content: space-between;
}
.cl-section-header {
padding: 0 0 48px;
justify-content: left;
}
.markdown-body .cl-section {
padding: 0 0 48px;
text-align: center;
Expand Down Expand Up @@ -704,7 +708,7 @@ body {
margin: 0;
min-height: 100%;
background-color: #fff;
font-size: 14px;
font-size: 16px;
line-height: 21px;
color: #333;
}
Expand Down
7 changes: 6 additions & 1 deletion chainlink-nodes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
---
layout: nodes.liquid
date: Last Modified
title: "Welcome to Chainlink Node Operation!"
title: "Chainlink Node Documentation"
---

<div>
<div class="markdown-body">
<div class="cl-section-header">
<p>
Operating a Chainlink node allows you to be part of the Chainlink Network, helping developers build hybrid smart contracts, giving them access to real-world data and services.
</p>
</div>
<div class="cl-featuredcard">
<div>
<img
Expand Down
7 changes: 6 additions & 1 deletion contracts.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
---
layout: nodes.liquid
section: smartContract
title: 'Welcome to Chainlink Smart Contract Development!'
title: "Chainlink Smart Contract Docs"
date: Last Modified
permalink: /
---

<div>
<div class="markdown-body">
<div class="cl-section-header">
<p>
Chainlink turns your smart contracts into hybrid smart contracts, giving them access to real-world data and services.
</p>
</div>
<div class="cl-featuredcard">
<div>
<img
Expand Down