Skip to content

Commit 6d27ca3

Browse files
authored
Migration to Typescript & cleanup (#58)
* Migrate to TypeScript * Remove unused files * Update changelog * Add favicon * Update changelog
1 parent 7a87dd5 commit 6d27ca3

23 files changed

+419
-1397
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
### Added
9+
- Favicon;
10+
11+
### Changed
12+
- Migrated config & components to TypeScript;
13+
- Updated `OutLink` component to use `Link` from `@docusaurus/Link`
14+
15+
### Removed
16+
- Unused assets and components;
817

918
## [5.4.2] - 2025-03-24
1019
### Changed

docusaurus.config.js

Lines changed: 0 additions & 219 deletions
This file was deleted.

0 commit comments

Comments
 (0)