Skip to content

Commit 92651c6

Browse files
committed
jtd
1 parent fc22f43 commit 92651c6

File tree

5 files changed

+25
-21
lines changed

5 files changed

+25
-21
lines changed

docs/Gemfile

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem "jekyll", "~> 4.4.1" # installed by `gem jekyll`
4-
gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
5-
6-
# gem "just-the-docs", "0.10.1" # pinned to the current release
7-
# gem "just-the-docs" # always download the latest release
4+
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
85

6+
gem "just-the-docs", "0.10.1" # pinned to the current release
7+
# gem "just-the-docs" # always download the latest release

docs/_config.yaml

+19-14
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
title: Poulpe EtherCAT
22
description: A quick guide to the Poulpe Ethercat controller
3-
#theme: just-the-docs
4-
remote_theme: carlosperate/jekyll-theme-rtd
3+
theme: just-the-docs
54

65
# GitHub Pages base URL
76
baseurl: "/poulpe_ethercat_controller" # Change this to match your GitHub repository name
87
url: "https://pollen-robotics.github.io"
98

10-
# Specific to this theme
11-
site_author: Carlos Pereira Atencio
12-
repo_url: 'https://github.com/pollen-robotics/poulpe_ethercat_controller'
13-
edit_on_github: true
14-
github_docs_folder: true
15-
# logo: 'https://your.url/image.png'
16-
# site_favicon: 'https://your.url/here.ico'
17-
sticky_navigation: true
18-
prev_next_buttons_location: None
19-
prev_next_buttons_location: top
20-
prev_next_buttons_location: bottom
21-
prev_next_buttons_location: both
9+
# Build settings
10+
permalink: pretty
11+
markdown: kramdown
12+
highlighter: rouge
13+
14+
# Enable search
15+
search_enabled: true
16+
17+
# Exclude files from Jekyll build
18+
exclude:
19+
- Gemfile
20+
- Gemfile.lock
21+
- node_modules
22+
- vendor/bundle
23+
- vendor/cache
24+
- vendor/gems
25+
- vendor/ruby
26+
2227
aux_links:
2328
Github Repository: https://github.com/pollen-robotics/poulpe_ethercat_controller

docs/configure_poulpe.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure Poulpes for EtherCAT
3-
layout: page
3+
layout: default
44
---
55

66
## Configuring the Poulpe board for the EtherCAT network

docs/first_steps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Starting with the poulpe ethercat controller
3-
layout: page
3+
layout: default
44
back_to_top: true
55
back_to_top_text: "Back to top"
66
---

docs/installation_ethercat.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Installing EtherCAT master
3-
layout: page
3+
layout: default
44
position: 2
55
---
66

0 commit comments

Comments
 (0)