mirror of
https://github.com/rancher/os.git
synced 2025-04-28 03:20:50 +00:00
Merge pull request #1372 from joshwget/custom-builds-section
Add 'Custom Builds' section to docs
This commit is contained in:
commit
ee16cd4311
@ -88,8 +88,6 @@
|
||||
<li><a href="{{site.baseurl}}/os/configuration/loading-kernel-modules/">Loading kernel modules</a></li>
|
||||
<li><a href="{{site.baseurl}}/os/configuration/kernel-modules-kernel-headers/">Install kernel modules that require kernel headers</a></li>
|
||||
<li><a href="{{site.baseurl}}/os/configuration/dkms/">DKMS</a></li>
|
||||
<li><a href="{{site.baseurl}}/os/configuration/custom-kernels/">Custom Kernels</a></li>
|
||||
<li><a href="{{site.baseurl}}/os/configuration/custom-rancheros-iso/">Building custom RancherOS ISO</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="panel">
|
||||
@ -117,6 +115,13 @@
|
||||
<li><a href="{{site.baseurl}}/os/networking/proxy-settings/">Proxy Settings</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="panel">
|
||||
<a href="#custombuilds" data-toggle="collapse" class="collapsed" data-parent="#mainmenu">Custom Builds<i class="pull-right fa fa-angle-down"></i><i class="pull-right fa fa-angle-up"></i></a>
|
||||
<ul class="collapse list-group-submenu" id="custombuilds">
|
||||
<li><a href="{{site.baseurl}}/os/custom-builds/custom-rancheros-iso/">Custom RancherOS ISO</a></li>
|
||||
<li><a href="{{site.baseurl}}/os/custom-builds/custom-kernels/">Custom Kernels</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{{site.baseurl}}/os/upgrading/">Upgrading</a></li>
|
||||
<li><a href="{{site.baseurl}}/os/amazon-ecs/">Amazon ECS</a></li>
|
||||
<li><a href="{{site.baseurl}}/os/contributing/">Contributing to RancherOS</a></li>
|
||||
|
@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Custom Kernels in RancherOS
|
||||
layout: os-default
|
||||
|
||||
redirect_from:
|
||||
- os/configuration/custom-kernels/
|
||||
---
|
||||
|
||||
## Custom Kernels
|
@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Custom RancherOS ISO
|
||||
layout: os-default
|
||||
|
||||
redirect_from:
|
||||
- os/configuration/custom-rancheros-iso/
|
||||
---
|
||||
|
||||
## Custom RancherOS ISO
|
Loading…
Reference in New Issue
Block a user