This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4683 from minvws/release/2.68.4
Release/2.68.4
- Loading branch information
Showing
28 changed files
with
93 additions
and
723 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Deleting a page Procedure | ||
|
||
## For every file you delete do the following: | ||
1. ### imports (if there are any) | ||
Is the imported function/variable/type used elsewhere? | ||
- Yes. only delete the import. | ||
- No. Delete that file too. (Go recursively through the files meaning go to the first step of this list) | ||
2. ### getStaticProps | ||
- Delete the sanity lokalize keys in the nl_export.json | ||
- Delete the JSON schema if the proto data is not used elsewhere. | ||
- Delete the Sanity schema/structure if the imported sanity content is not used elsewhere. | ||
|
||
3. ### delete the page file. | ||
- solve typescript errors | ||
|
||
4. ### follow up search for the page | ||
- Look into the redirect.js file and remove/adjust the current or add redirects if needed. | ||
- Look into the sitemap for references. | ||
- Check the sidebar and layout files for references. | ||
- Do an overall search for the page name: camelCased, and PascalCased. | ||
|
||
5. ### Do other checks | ||
- ```yarn typecheck``` | ||
- ```yarn bootstrap``` | ||
- ```yarn build:app``` | ||
- ```yarn start``` | ||
|
||
[Back to index](index.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
37 changes: 0 additions & 37 deletions
37
packages/app/src/domain/topical/components/topical-measure-tile.tsx
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.