mirror of
https://github.com/black7375/Firefox-UI-Fix.git
synced 2025-12-06 02:30:54 -08:00
Doc: Clean docs order
This commit is contained in:
parent
00962e9a41
commit
16c0ae0410
2 changed files with 12 additions and 12 deletions
|
|
@ -9,7 +9,6 @@
|
||||||
* [Environment](#environment)
|
* [Environment](#environment)
|
||||||
* [Your First Contribution](#your-first-contribution)
|
* [Your First Contribution](#your-first-contribution)
|
||||||
* [Contribution Targets](#contribution-targets)
|
* [Contribution Targets](#contribution-targets)
|
||||||
- [Rules](#rules)
|
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
- [References](#references)
|
- [References](#references)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,11 +8,11 @@
|
||||||
* [Project Structure](#project-structure)
|
* [Project Structure](#project-structure)
|
||||||
* [Rules](#rules)
|
* [Rules](#rules)
|
||||||
- [User Custom CSS](#user-custom-css)
|
- [User Custom CSS](#user-custom-css)
|
||||||
|
* [Basics](#basics-1)
|
||||||
* [Restrictions](#restrictions)
|
* [Restrictions](#restrictions)
|
||||||
|
|
||||||
<!-- markdown-toc end -->
|
<!-- markdown-toc end -->
|
||||||
|
|
||||||
|
|
||||||
## Basics
|
## Basics
|
||||||
The following documents may be helpful:
|
The following documents may be helpful:
|
||||||
- [Roadmap](https://github.com/black7375/Firefox-UI-Fix/issues/2)
|
- [Roadmap](https://github.com/black7375/Firefox-UI-Fix/issues/2)
|
||||||
|
|
@ -20,16 +20,6 @@ The following documents may be helpful:
|
||||||
- [Wiki:Compatibility Issues Solution](https://github.com/black7375/Firefox-UI-Fix/wiki/Compatibility-Issues-Solution)
|
- [Wiki:Compatibility Issues Solution](https://github.com/black7375/Firefox-UI-Fix/wiki/Compatibility-Issues-Solution)
|
||||||
- [Wiki:Tips](https://github.com/black7375/Firefox-UI-Fix/wiki/Tips)
|
- [Wiki:Tips](https://github.com/black7375/Firefox-UI-Fix/wiki/Tips)
|
||||||
|
|
||||||
CSS, SASS Documents:
|
|
||||||
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
|
|
||||||
- [SASS(SCSS)](https://sass-lang.com/documentation)
|
|
||||||
- [SASS Live Compile](https://www.sassmeister.com/)
|
|
||||||
|
|
||||||
Live Debugging:
|
|
||||||
- [Tutorial: How to create and live-debug userChrome.css](https://www.reddit.com/r/FirefoxCSS/comments/73dvty/tutorial_how_to_create_and_livedebug_userchromecss/)
|
|
||||||
- [Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox)
|
|
||||||
- [Style Editor](https://developer.mozilla.org/en-US/docs/Tools/Style_Editor)
|
|
||||||
|
|
||||||
Firefox Source Code:
|
Firefox Source Code:
|
||||||
- [Github](https://github.com/mozilla/gecko-dev)
|
- [Github](https://github.com/mozilla/gecko-dev)
|
||||||
- [Searchfox](https://searchfox.org/)
|
- [Searchfox](https://searchfox.org/)
|
||||||
|
|
@ -48,5 +38,16 @@ This is a rough guideline. (Not forced)
|
||||||
- [Rules.md](./Rules.md).
|
- [Rules.md](./Rules.md).
|
||||||
|
|
||||||
## User Custom CSS
|
## User Custom CSS
|
||||||
|
### Basics
|
||||||
|
CSS, SASS Documents:
|
||||||
|
- [CSS](https://developer.mozilla.org/en-US/docs/Web/CSS)
|
||||||
|
- [SASS(SCSS)](https://sass-lang.com/documentation)
|
||||||
|
- [SASS Live Compile](https://www.sassmeister.com/)
|
||||||
|
|
||||||
|
Live Debugging:
|
||||||
|
- [Tutorial: How to create and live-debug userChrome.css](https://www.reddit.com/r/FirefoxCSS/comments/73dvty/tutorial_how_to_create_and_livedebug_userchromecss/)
|
||||||
|
- [Browser Toolbox](https://developer.mozilla.org/en-US/docs/Tools/Browser_Toolbox)
|
||||||
|
- [Style Editor](https://developer.mozilla.org/en-US/docs/Tools/Style_Editor)
|
||||||
|
|
||||||
### Restrictions
|
### Restrictions
|
||||||
- [Restrictions.md](./Restrictions.md).
|
- [Restrictions.md](./Restrictions.md).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue