Skip to content

Commit

Permalink
Merge pull request #143 from claudemamo/integration-index-pr
Browse files Browse the repository at this point in the history
docs: add integration to index
  • Loading branch information
cjmamo committed Mar 4, 2024
2 parents 6d2a54b + 1899132 commit 76c8b56
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/index.js
Expand Up @@ -40,6 +40,13 @@ const features = [
</>
),
},
{},
{
title: 'Integration',
imageUrl: 'img/pictogram-integration.svg',
url: '/docs/integration/overview',
description: <>Learn more about integrating DHIS2.</>,
},
]

function Feature({ imageUrl, url, title, description }) {
Expand Down
13 changes: 13 additions & 0 deletions static/img/pictogram-integration.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 76c8b56

Please sign in to comment.