diff --git a/public/localisation/en/about.md b/public/localisation/en/about.md new file mode 100644 index 0000000..47bc554 --- /dev/null +++ b/public/localisation/en/about.md @@ -0,0 +1,15 @@ +## Anopaper - anonymous notes service + +## AnoPaper allows you to save and share notes anonymously. + +### Functionality: + +- Notes support markdown format. For example, the entry: `### Level 3 Heading` would look like this: + +> ### Level 3 heading + +**Mathjax syntax is also supported** For example: `$\sum{i=1}^n i^2$` would look like this: $\sum_{i=1}^n i^2$ + +- Public notes are available only by link. +- When you click on the link, the note is saved locally and deleted from the server. +- Non-public notes are saved locally and are not sent to the server.` diff --git a/public/localisation/ru/about.md b/public/localisation/ru/about.md new file mode 100644 index 0000000..1b1fe0b --- /dev/null +++ b/public/localisation/ru/about.md @@ -0,0 +1,15 @@ +## Anopaper - сервис анонимных записок + +## AnoPaper позволяет анонимно сохранять и публиковать заметки. + +### Функционал: + +- Заметки поддерживают формат markdown. Например запись: `### Заголовок 3-го уровня` будет выглядеть так: + +> ### Заголовок 3-го уровня + +**Так же поддерживается синтаксис mathjax** Например запись: `$\sum_{i=1}^n a_i$` будет выглядеть так: $\sum_{i=1}^n a_i$ + +- Публичные заметки доступны только по ссылке. +- При переходе по ссылке заметка сохраняется локально и удаляется с сервера. +- Не публичные заметки сохраняются локально и не отправляются на сервер.` diff --git a/src/App.jsx b/src/App.jsx index 9bad4ea..56764b0 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -66,22 +66,7 @@ function App() { path="/about" element={