Skip to content

Commit 259ff39

Browse files
updated the readme, theme updated, and removed unwanted files.
1 parent d4a2a6c commit 259ff39

File tree

161 files changed

+44
-1824
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

161 files changed

+44
-1824
lines changed

Diff for: README.md

+37-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,37 @@
1-
Final Test
1+
# UnoPim Documentation
2+
3+
You can find the online version of the UnoPim documentation at [https://docs.unopim.com](https://docs.unopim.com).
4+
5+
## Contribution guide
6+
7+
For contributing to the docs, you first need to set up the project,
8+
9+
- Fork the repository.
10+
11+
- Clone your fork.
12+
13+
- Follow the [Install Dependencies](#Install-dependencies) section.
14+
15+
Make sure your PR follows all these points,
16+
17+
- Before writing the docs just make sure to check that if that topic is already written or not.
18+
19+
- Make sure your markdown indentation should be proper. You can install `mark-down` lint also. This will help you to follow the markdown conventions.
20+
21+
- If you are creating new files for the docs, then make sure the filename should be `kebab-case`. For e.g. `file-1.md`, `file-2.md`.
22+
23+
## Install dependencies
24+
25+
- Run the following command,
26+
27+
~~~sh
28+
npm install
29+
~~~
30+
31+
- Run the docs locally,
32+
33+
~~~sh
34+
npm run docs:dev
35+
~~~
36+
37+
- Open your browser and go to [http://localhost:8080](http://localhost:8080).

Diff for: docs/.vuepress/config.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@ module.exports = {
22
base: '/',
33
port: '8080',
44
cache: false,
5-
title: 'UnoPim User Guide',
5+
title: 'User Guide',
66
description: 'Unlock the full potential of UnoPim with our comprehensive user guide. Master data enrichment and streamline your information management effortlessly.',
77
head: [
88
['link', { rel: "icon", type: "image/png", href: "/favicon.ico" }],
99

1010
['script', {}, `
1111
(function() {
1212
var script = document.createElement('script');
13-
script.innerHTML = 'window.chatbotConfig = { url: "https://ask.bagisto.com:5001/chat", logoUrl: "https://docs.krayincrm.com/logoBot.png" };';
13+
script.innerHTML = 'window.chatbotConfig = { url: "https://ask.unopim.com:5001/chat", logoUrl: "https://docs.unopim.com/logoBot.png" };';
1414
document.head.appendChild(script);
1515
})();
1616
`],
17-
// ['script', { src: 'https://vikastiwari-webkul.github.io/ai-chatbot/chatbot.js', async: true }]
1817
],
1918
themeConfig: {
2019
smoothScroll: true,

Diff for: docs/.vuepress/dist/1.0/attribute/attribute-family.html

-41
This file was deleted.

0 commit comments

Comments
 (0)