Skip to content

Commit

Permalink
Merge pull request #59 from opsmill/pmc-20250210-docs
Browse files Browse the repository at this point in the history
Pmc-20250210-docs
  • Loading branch information
petercrocker authored Feb 10, 2025
2 parents 544da85 + 773b29f commit 55108c3
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 30 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ Infrahub Sync is a versatile Python package that synchronizes data between a sou

## Using Infrahub sync

Documentation for using Infrahub Sync is available [here](https://docs.infrahub.app/sync/sync/)
Documentation for using Infrahub Sync is available [here](https://docs.infrahub.app/sync/)
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: IP Fabric adapter
---
import ReferenceLink from "../../../src/components/Card";
import ReferenceLink from "../../src/components/Card";

# IP Fabric adapter

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Slurp’it adapter
---
import ReferenceLink from "../../../src/components/Card";
import ReferenceLink from "../../src/components/Card";

# Slurp’it adapter

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions docs/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs';

const sidebars: SidebarsConfig = {
syncSidebar: [
'sync/readme',
'readme',
{
type: 'category',
label: 'Guides',
items: [
'sync/guides/installation',
'sync/guides/creation',
'sync/guides/run',
'guides/installation',
'guides/creation',
'guides/run',
],
},
{
type: 'category',
label: 'Adapters',
items: [
'sync/adapters/ipfabric',
'sync/adapters/slurpit',
'adapters/ipfabric',
'adapters/slurpit',
],
},
{
type: 'category',
label: 'Reference',
items: [
'sync/reference/config',
'sync/reference/cli',
'reference/config',
'reference/cli',
],
},
]
Expand Down
19 changes: 0 additions & 19 deletions docs/src/pages/index.tsx

This file was deleted.

0 comments on commit 55108c3

Please sign in to comment.