Skip to content

Commit

Permalink
update: renaming /traning to /enterprise
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Labarussias <issif_github@gadz.org>
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
2 people authored and poiana committed Nov 5, 2024
1 parent 3c3cf32 commit 81b78ab
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ADD_TRAINING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# How to add new training
Please follow these steps to add your training to [Falco trainings](https://falco.org/training/):
Please follow these steps to add your training to [Falco trainings](https://falco.org/enterprise/):
1. Fork [Falco](https://github.com/falcosecurity/falco-website) repository
2. Add your training image to
the [static/images/training/offerings](https://github.com/falcosecurity/falco-website/blob/master/static/images/training/offerings)
Expand Down
6 changes: 3 additions & 3 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -259,10 +259,10 @@ id = "UA-00000000-0"
[menu.main.params]
description = "Brand guidelines"
[[menu.main]]
identifier = "training"
name = "Training"
identifier = "enterprise"
name = "Enterprise"
weight = 70
url = "/training/"
url = "/enterprise/"

# Specify a value here if your content directory is not in your repo's root directory
#github_subdir = "userguide"
Expand Down
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file contains the list of:
# 1. Adopters (visible in https://falco.org/)
# 2. Training providers (visible in https://falco.org/training)
# 2. Training providers (visible in https://falco.org/enterprise)
#
# You can add a new entry specifying the next fields: `src`, `alt` and `url`.
# More metadata is available for training courses (see below).
Expand Down
9 changes: 9 additions & 0 deletions content/en/enterprise/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Enterprise
description: Enterprise support and training courses for Falco
layout: enterprise
weight: 1
aliases:
- labs
- training
---
7 changes: 0 additions & 7 deletions content/en/training/_index.md

This file was deleted.

32 changes: 32 additions & 0 deletions layouts/enterprise/enterprise.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{{ define "main" }}

<!-- Main enterprise-content -->
<div class="td-content">
{{ .Content }}
</div>

<section class="row td-box td-box--transparent">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Enterprise support</h2>
<p> Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the
industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type
and
scrambled it to make a type specimen book. It has survived not only five centuries, but also the
leap
into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with
the
release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop
publishing
software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
</div>
</div>
</section>

<!-- Main training-content -->
{{ partial "training-content.html" . }}

{{ end }}

0 comments on commit 81b78ab

Please sign in to comment.