mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-11 19:40:08 +02:00
Add warning emoji for note
This commit is contained in:
@@ -13,7 +13,7 @@ const updateReadme = () => {
|
|||||||
const noteIndex = data.indexOf("#### Note");
|
const noteIndex = data.indexOf("#### Note");
|
||||||
const installlationIndex = data.indexOf("### Installation");
|
const installlationIndex = data.indexOf("### Installation");
|
||||||
|
|
||||||
// remove note for stable readme
|
// remove note for stable readme
|
||||||
data = data.slice(0, noteIndex) + data.slice(installlationIndex);
|
data = data.slice(0, noteIndex) + data.slice(installlationIndex);
|
||||||
|
|
||||||
// update readme
|
// update readme
|
||||||
|
@@ -4,7 +4,7 @@ Excalidraw exported as a component to directly embed in your projects.
|
|||||||
|
|
||||||
#### Note
|
#### Note
|
||||||
|
|
||||||
You are viewing the docs for the **next** release, in case you want to check the docs for the stable release, you can view it [here](https://www.npmjs.com/package/@excalidraw/excalidraw).
|
⚠️ ⚠️ ⚠️ You are viewing the docs for the **next** release, in case you want to check the docs for the stable release, you can view it [here](https://www.npmjs.com/package/@excalidraw/excalidraw).
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user