Skip to content
This repository was archived by the owner on Feb 21, 2025. It is now read-only.

Commit 90fa526

Browse files
committed
feat(docs): improve it
1 parent fd389f8 commit 90fa526

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ All is easily configurable by changing values in your `gulpfile.yml` file in you
2121

2222
## Documentation
2323

24-
Full documentation is available [here](https://drucker.readthedocs.io/en/latest).
24+
Full documentation is available [here](https://gulp-drupal-theme-core.readthedocs.io/en/latest/).
2525

2626

27-
### TODO
27+
#### TODO
2828

2929
- BrowserSync live reload and style injection (should be OK, not tested)
3030
- Images => Images optimization (to validate)

docs/usage.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,17 @@ All the documentation can be found inside the [Features](features/css.md) sectio
1818

1919
In order to use Babel, you need to create a `.babelrc` into your project, with the presets that you want installed.
2020

21-
**Example:**
22-
23-
Run:
24-
```bash
25-
$ npm install --save-dev babel-preset-es2015
26-
```
27-
And create a `.babelrc` file:
28-
```json
29-
{
30-
"presets": ["es2015"]
31-
}
32-
```
21+
!!! note "Example"
22+
Run:
23+
```bash
24+
$ npm install --save-dev babel-preset-es2015
25+
```
26+
And create a `.babelrc` file:
27+
```json
28+
{
29+
"presets": ["es2015"]
30+
}
31+
```
3332

3433
### ESLint
3534

0 commit comments

Comments
 (0)