this.me 2.9.42 → 2.9.43

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -77,15 +77,11 @@ npm i -g this.me
77
77
  **[this.me](https://docs.neurons.me/this.me/index.html) - [this.audio](https://docs.neurons.me/this.audio/index.html) - [this.text](https://docs.neurons.me/this.text/index.html) - [this.wallet](https://docs.neurons.me/this.wallet/index.html) - [this.img](https://docs.neurons.me/this.img/index.html) - [this.pixel](https://docs.neurons.me/this.pixel/index.html) - [be.this](https://docs.neurons.me/be.this/index.html) - [this.DOM](https://docs.neurons.me/this.DOM/index.html) - [this.env](https://docs.neurons.me/this.env/index.html) - [this.GUI](https://docs.neurons.me/this.GUI/index.html) - [this.be](https://docs.neurons.me/this.be/index.html) - [this.video](https://docs.neurons.me/this.video/index.html) - [this.dictionaries](https://docs.neurons.me/this.dictionaries/index.html)**
78
78
 
79
79
  #### Contribution
80
-
81
80
  If you are interested in collaborating or wish to share your insights, please feel free to reach out or contribute to the project.
82
81
 
83
82
  #### License & Policies
84
-
85
- - **License**: MIT License (see LICENSE for details).
86
-
83
+ - **License**: MIT License.
87
84
  - **Learn more** at **https://docs.neurons.me**
88
-
89
85
  [Terms](https://docs.neurons.me/terms-and-conditions) | [Privacy](https://docs.neurons.me/privacy-policy)
90
86
 
91
87
  <img src="https://docs.neurons.me/neurons.me.webp" alt="neurons.me logo" width="123" height="123">
package/jsdoc.json ADDED
@@ -0,0 +1,41 @@
1
+ {
2
+ "source": {
3
+ "include": ["./src", "./index.js", "./README.md"]
4
+ },
5
+ "opts": {
6
+ "destination": "/mnt/neuroverse/https-neurons/subDomains/docs/public/this.me",
7
+ "template": "../../../suign.github.io/Sandbox/better-docs/",
8
+ "readme": "./README.md"
9
+ },
10
+ "templates": {
11
+ "cleverLinks": false,
12
+ "monospaceLinks": false,
13
+ "search": true,
14
+ "default": {
15
+ "staticFiles": {
16
+ "include": ["./README.md"]
17
+ }
18
+ },
19
+ "better-docs": {
20
+ "name": "this.me",
21
+ "title": "this.me Docs",
22
+ "css": "style.css",
23
+ "trackingCode": "...",
24
+ "hideGenerator": false,
25
+ "navLinks": [
26
+ {
27
+ "label": "All.This",
28
+ "href": "https://docs.neurons.me/all.this/"
29
+ },
30
+ {
31
+ "label": "Neurons.me",
32
+ "href": "https://neurons.me"
33
+ },
34
+ {
35
+ "label": "Github",
36
+ "href": "https://github.com/neurons-me/this.me"
37
+ }
38
+ ]
39
+ }
40
+ }
41
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "this.me",
3
- "version": "2.9.42",
3
+ "version": "2.9.43",
4
4
  "description": "_me-Centric.",
5
5
  "main": "index.js",
6
6
  "scripts": {
File without changes
File without changes
File without changes