Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 4 additions & 0 deletions .github/styles/config/vocabularies/CalicoDocs/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Fortinet
IP
Coraza
Entra
Istio
Kibana
Splunk
Tigera
Expand All @@ -16,6 +17,8 @@ Wordpress
[aA]nonymiz[ing|ation]
[hH]oneypod
[nN]amespace
[mM]icrosegmentation
[mM]isconfigur[e|ation]
[oO]nboard
[oO]nboarding
[rR]outable
Expand All @@ -27,5 +30,6 @@ etcd
iptables
kubeadm
kubelet
netcat
sysctl
adjacencies
23 changes: 21 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const darkCodeTheme = themes.dracula;

const variablesPlugin = require('./src/remark/variablesPlugin');
const componentImagePlugin = require('./src/remark/componentImagePlugin');
const { useCaseSidebar } = require('./sidebars-use-cases');

/** @type {import('@docusaurus/types').Config} */
const config = {
Expand Down Expand Up @@ -164,9 +165,15 @@ const config = {
position: 'left',
},
{
label: 'Contact us',
to: 'https://www.tigera.io/contact',
type: 'dropdown',
label: 'Use cases',
position: 'left',
items: [
{
label: 'Microsegmentation',
to: '/use-cases/microsegmentation',
},
],
},
{
href: 'https://github.com/projectcalico',
Expand Down Expand Up @@ -459,6 +466,18 @@ const config = {
editUrl: generateEditUrl,
},
],
[
'@docusaurus/plugin-content-docs',
/** @type {import('@docusaurus/plugin-content-docs').Options} */
{
id: 'use-cases',
path: 'use-cases',
routeBasePath: 'use-cases',
//To see builds for unreleased versions, remove comments in the next line.
sidebarPath: require.resolve('./sidebars-use-cases.js'),
editUrl: generateEditUrl,
},
]
],
customFields: {
isTesting: process.env.TESTING || false,
Expand Down
13 changes: 13 additions & 0 deletions sidebars-use-cases.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
module.exports = {
useCaseSidebar: [
{
type: 'category',
label: 'Use cases',
collapsible: false,
collapsed: false,
items: [
'microsegmentation',
],
},
],
}
Binary file added static/img/use-cases/anatomy-of-policy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/use-cases/security-domains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
456 changes: 456 additions & 0 deletions use-cases/microsegmentation.mdx

Large diffs are not rendered by default.