feature-sliced / documentation

🍰 Architectural design methodology for Frontend projects
https://feature-sliced.design
MIT License
1.4k stars 146 forks source link

Remove obsolete website links from example configurations #670

Closed yuki-katayama closed 1 month ago

yuki-katayama commented 1 month ago

Overview

This pull request removes several outdated website links from the examples configuration file that were either no longer functioning or redundant due to redirections to the source URLs.

Changes

Rationale

The removal of these links simplifies the information presented in the examples, ensuring that users are not misdirected by inactive or redundant URLs.

Request for Maintainers

If you find this pull request unnecessary, or if further modifications are required, please feel free to reject or suggest necessary revisions.

Just to be sure, the test has passed.

[INFO] [en] Creating an optimized production build...

✔ Client
  Compiled successfully in 7.01s

✔ Server

✔ Client
  Compiled successfully in 3.67s

✔ Server

[SUCCESS] Generated static files in "build".
[INFO] [ru] Creating an optimized production build...

✔ Client
  Compiled successfully in 2.93s

✔ Server

[SUCCESS] Generated static files in "build/ru".
[INFO] [uz] Creating an optimized production build...

● Client █████████████████████████ cache (99%) shutdown IdleFileCachePlugin
 serialize pack

● Server █████████████████████████ cache (99%) shutdown IdleFileCachePlugin
 stored

[SUCCESS] Generated static files in "build/uz".
$ eslint --cache "./**/*.{ts,tsx,js,jsx}" && stylelint --cache ./**/*.scss && prettier --check --cache .
Checking formatting...
All matched files use Prettier code style!

Thank you for reviewing this proposal!

netlify[bot] commented 1 month ago

Deploy Preview for pr-fsd ready!

Name Link
Latest commit e7c4df49751e982c1addbb3cacdde0d3c0b04e77
Latest deploy log https://app.netlify.com/sites/pr-fsd/deploys/6649c6d165311e000854e5a7
Deploy Preview https://deploy-preview-670--pr-fsd.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

illright commented 1 month ago

Hi! Good catch, these links do need to be removed. Thanks for the contribution :)