Skip to content

Commit

Permalink
feat: update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed Sep 21, 2023
1 parent 29e2bbf commit e78881b
Show file tree
Hide file tree
Showing 4 changed files with 890 additions and 850 deletions.
14 changes: 7 additions & 7 deletions docs/teams/platform-engineering.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
id: platform-engineering-team
title: Platform Engineering Team
id: devops-engineering-team
title: DevOps Team
---
# Platform Engineering Team
# DevOps Team


This page provides an overview of our team's objectives, responsibilities, and guidelines.

## About Us

The Platform Engineering Team at Neulabs is a dynamic group of professionals responsible for bridging the gap between development and operations. This team plays a crucial role in streamlining the software development process, ensuring continuous integration, continuous delivery, and optimal performance of our products and services.
The DevOps Team at Neulabs is a dynamic group of professionals responsible for bridging the gap between development and operations. This team plays a crucial role in streamlining the software development process, ensuring continuous integration, continuous delivery, and optimal performance of our products and services.

## Objectives

Expand All @@ -28,7 +28,7 @@ Our team's primary objectives include:

## Responsibilities

The members of the Platform Engineering Team possess expertise in the following areas:
The members of the DevOps Team possess expertise in the following areas:

- Continuous Integration and Continuous Delivery (CI/CD): Proficiency in setting up and managing CI/CD pipelines to automate the software delivery process.
- Cloud Platforms: Knowledge of cloud platforms such as AWS, Azure, or GCP, and the ability to deploy and manage applications in cloud environments.
Expand Down Expand Up @@ -137,7 +137,7 @@ Effective collaboration and communication are vital for the success of our team.

## Team Members

Meet the individuals who make up our Platform Engineering Team:
Meet the individuals who make up our DevOps Team:

import ItemList from '@site/src/components/ItemList';
import UserCard from '@site/src/components/UserCard';
Expand All @@ -146,7 +146,7 @@ export const teamMember1 = {
id: 1,
imageSrc: '/img/people/fabrizio-cafolla.jpeg',
name: 'Fabrizio Cafolla',
jobTitle: 'Platform Engineer',
jobTitle: 'Devops & Platform Engineer',
socialLinks: [
{name: 'github', link: 'https://github.com/FabrizioCafolla'},
{name: 'linkedin', link: 'https://linkedin.com/in/fabrizio-cafolla'},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "2.4.1",
"@docusaurus/preset-classic": "2.4.1",
"@docusaurus/core": "2.4.3",
"@docusaurus/preset-classic": "2.4.3",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "2.4.1"
"@docusaurus/module-type-aliases": "2.4.3"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const sidebars = {
label: '⭐ Teams',
items: [
'teams/data-team',
'teams/platform-engineering-team'
'teams/devops-engineering-team'
],
link: {
type: 'generated-index',
Expand Down
Loading

0 comments on commit e78881b

Please sign in to comment.