Commit e83fd2c9 authored by Anddrei V. Berreezhkov's avatar Anddrei V. Berreezhkov
Browse files

[Feat] Add docsify.js (https://docsify.js.org/) as documentation system

1 merge request!18[Feat] Add docsify.js (https://docsify.js.org/) as documentation system
Showing with 24 additions and 0 deletions
+24 -0
# All-in-one parser .odt, .docx, .pdf fprmats
Parser for ODT, DOCX, PDF documents. Allows you to get all the elements of the document and their properties
\ No newline at end of file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify@4/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: '',
repo: ''
}
</script>
<!-- Docsify v4 -->
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
</body>
</html>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment