Skip to content

Commit fee6f72

Browse files
committed
fix: update project name to 'Dev-Rebase' for consistency across documentation and configuration files
1 parent 7f3e8bc commit fee6f72

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Dev Rebase
1+
# Dev-Rebase
22

3-
[Dev Rebase](https://dev-rebase.github.io) is a collection of concise guides that help developers bridge the gap between local experience and the expectations of international or remote tech roles. It focuses on practical knowledge around tools, workflows, and industry-standard practices used in modern software teams.
3+
[Dev-Rebase](https://dev-rebase.github.io) is a collection of concise guides that help developers bridge the gap between local experience and the expectations of international or remote tech roles. It focuses on practical knowledge around tools, workflows, and industry-standard practices used in modern software teams.
44

55
## What Inspired This Project
66

7-
Many developers — especially those from underrepresented regions or local markets — face challenges not because of a lack of talent, but due to limited exposure to the practices commonly expected in global tech environments. Dev Rebase was created to address this challenge.
7+
Many developers — especially those from underrepresented regions or local markets — face challenges not because of a lack of talent, but due to limited exposure to the practices commonly expected in global tech environments. Dev-Rebase was created to address this challenge.
88

99
The guides cover essential topics and skills that can make a meaningful difference when preparing for remote opportunities or job relocation:
1010

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ slug: /
55

66
# Getting Started
77

8-
## What is Dev Rebase?
8+
## What is Dev-Rebase?
99

10-
Dev Rebase is a collection of short guides designed to help developers learn about modern software development practices. These guides cover essential topics that are commonly expected in today's tech industry, especially when working at international companies or applying for remote positions.
10+
Dev-Rebase is a collection of short guides designed to help developers learn about modern software development practices. These guides cover essential topics that are commonly expected in today's tech industry, especially when working at international companies or applying for remote positions.
1111

1212
## Why I created this website?
1313

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { themes as prismThemes } from 'prism-react-renderer';
1010

1111
/** @type {import('@docusaurus/types').Config} */
1212
const config = {
13-
title: 'DevRebase',
13+
title: 'Dev-Rebase',
1414
tagline: 'Dinosaurs are cool',
1515
favicon: 'img/favicon.ico',
1616

@@ -68,7 +68,7 @@ const config = {
6868
// Replace with your project's social card
6969
image: 'img/docusaurus-social-card.jpg',
7070
navbar: {
71-
title: 'DevRebase',
71+
title: 'Dev-Rebase',
7272
logo: {
7373
alt: 'My Site Logo',
7474
src: 'img/logo.svg',

0 commit comments

Comments
 (0)