mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Release notes dialog (#2726)
* Move manual docs * Move changelog docs * Add migration notes * Move changelog to settings * Add release notes dialog * Add new changelog
This commit is contained in:
9
ui/v2.5/src/docs/en/MigrationNotes/index.ts
Normal file
9
ui/v2.5/src/docs/en/MigrationNotes/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// import migration32 from "./32.md";
|
||||
|
||||
// type Module = typeof migration32;
|
||||
|
||||
// replace any with module once we add migration notes
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export const migrationNotes: Record<number, any> = {
|
||||
// 32: migration31,
|
||||
};
|
||||
Reference in New Issue
Block a user