Skip to content

Commit

Permalink
update docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Dec 17, 2024
1 parent b3a22d8 commit 3d5ad5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<h1 align="center"><img src="https://raw.githubusercontent.com/mkosir/typescript-style-guide/main/misc/typescript-logo-30.png" style="vertical-align:text-top" /> TypeScript Style Guide</h1>

<p align="center">TypeScript Style Guide provides a concise set of conventions and best practices to create consistent, maintainable code.</p>
<p align="center">TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.</p>

### Go to 👉 [TypeScript Style Guide](https://mkosir.github.io/typescript-style-guide/)

### Why

- As project grow in size and complexity, maintaining code quality and ensuring consistent practices become increasingly challenging.
- Defining and following a standard way to write TypeScript applications brings a consistent codebase and faster development cycles.
- No need to discuss code styles in code reviews.
- Defining and following a standard approach to writing TypeScript applications leads to a consistent codebase and faster development cycles.
- No need to discuss code styles during code reviews.
- Saves team time and energy.

### Contributing
Expand Down
4 changes: 2 additions & 2 deletions website/src/pages/index.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: TypeScript Style Guide
description: The TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
description: TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
toc_min_heading_level: 2
toc_max_heading_level: 2
---
Expand All @@ -13,7 +13,7 @@ import { UseDocumentTitle } from '@site/src/hooks';

## Introduction

The TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.
TypeScript Style Guide provides a concise set of conventions and best practices for creating consistent, maintainable code.

## Table of Contents

Expand Down

0 comments on commit 3d5ad5b

Please sign in to comment.