Skip to content

Commit

Permalink
Update docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
raucao committed Jul 26, 2024
1 parent b33d632 commit 4192f44
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 65 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ cache
node_modules
tags
docs/api/index.md
docs/.vitepress/dist/
2 changes: 1 addition & 1 deletion docs/api/access/classes/Access.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ remoteStorage.access.claim('*', 'rw');

#### Defined in

[access.ts:73](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/access.ts#L73)
[access.ts:73](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/access.ts#L73)
38 changes: 19 additions & 19 deletions docs/api/baseclient/classes/BaseClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ corresponding `publicClient` it is `/public/<moduleName>/`.

#### Defined in

[baseclient.ts:239](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L239)
[baseclient.ts:239](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L239)

## Methods

Expand All @@ -247,7 +247,7 @@ Usually called via [`on()`](#on)

#### Defined in

[eventhandling.ts:29](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/eventhandling.ts#L29)
[eventhandling.ts:29](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/eventhandling.ts#L29)

***

Expand Down Expand Up @@ -286,7 +286,7 @@ client.cache('lists/', 'SEEN');

#### Defined in

[baseclient.ts:683](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L683)
[baseclient.ts:683](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L683)

***

Expand Down Expand Up @@ -344,21 +344,21 @@ client.declareType('todo-item', {

#### Defined in

[baseclient.ts:733](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L733)
[baseclient.ts:733](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L733)

***

### getAll()

> **getAll**(`path`, `maxAge`?): `Promise`\<`unknown`\>
> **getAll**(`path`?, `maxAge`?): `Promise`\<`unknown`\>
Get all objects directly below a given path.

#### Parameters

**path**: `string`
**path?**: `string`

Path to the folder. Must end in a forward slash.
(optional) Path to the folder. Must end in a forward slash.

**maxAge?**: `number` \| `false`

Expand Down Expand Up @@ -420,7 +420,7 @@ Example response:
#### Defined in

[baseclient.ts:395](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L395)
[baseclient.ts:395](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L395)

***

Expand Down Expand Up @@ -468,7 +468,7 @@ client.getFile('path/to/some/image').then(file => {

#### Defined in

[baseclient.ts:456](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L456)
[baseclient.ts:456](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L456)

***

Expand Down Expand Up @@ -499,7 +499,7 @@ The full URL of the item, including the storage origin, or `undefined`
#### Defined in

[baseclient.ts:655](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L655)
[baseclient.ts:655](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L655)

***

Expand Down Expand Up @@ -569,7 +569,7 @@ Example of a listing object:
#### Defined in

[baseclient.ts:326](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L326)
[baseclient.ts:326](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L326)

***

Expand Down Expand Up @@ -605,7 +605,7 @@ client.getObject('/path/to/object').then(obj => console.log(obj));

#### Defined in

[baseclient.ts:540](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L540)
[baseclient.ts:540](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L540)

***

Expand Down Expand Up @@ -641,7 +641,7 @@ remoteStorage.on('connected', function() {

#### Defined in

[eventhandling.ts:55](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/eventhandling.ts#L55)
[eventhandling.ts:55](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/eventhandling.ts#L55)

***

Expand Down Expand Up @@ -669,7 +669,7 @@ client.remove('path/to/object').then(() => console.log('item deleted'));

#### Defined in

[baseclient.ts:629](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L629)
[baseclient.ts:629](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L629)

***

Expand All @@ -691,7 +691,7 @@ Remove a previously installed event handler

#### Defined in

[eventhandling.ts:62](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/eventhandling.ts#L62)
[eventhandling.ts:62](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/eventhandling.ts#L62)

***

Expand All @@ -716,7 +716,7 @@ A new `BaseClient` operating on a subpath of the current base path

#### Defined in

[baseclient.ts:272](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L272)
[baseclient.ts:272](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L272)

***

Expand Down Expand Up @@ -772,7 +772,7 @@ fileReader.readAsArrayBuffer(file);

#### Defined in

[baseclient.ts:502](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L502)
[baseclient.ts:502](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L502)

***

Expand Down Expand Up @@ -825,7 +825,7 @@ client.storeObject('bookmark', path, bookmark)

#### Defined in

[baseclient.ts:588](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L588)
[baseclient.ts:588](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L588)

***

Expand Down Expand Up @@ -862,4 +862,4 @@ var result = client.validate(document);

#### Defined in

[baseclient.ts:765](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/baseclient.ts#L765)
[baseclient.ts:765](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/baseclient.ts#L765)
12 changes: 6 additions & 6 deletions docs/api/caching/classes/Caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ remoteStorage.caching.checkPath('documents/').then(strategy => {

#### Defined in

[caching.ts:157](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/caching.ts#L157)
[caching.ts:157](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/caching.ts#L157)

***

Expand Down Expand Up @@ -99,7 +99,7 @@ remoteStorage.caching.disable('/bookmarks/');

#### Defined in

[caching.ts:124](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/caching.ts#L124)
[caching.ts:124](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/caching.ts#L124)

***

Expand Down Expand Up @@ -129,7 +129,7 @@ remoteStorage.caching.enable('/bookmarks/');

#### Defined in

[caching.ts:107](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/caching.ts#L107)
[caching.ts:107](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/caching.ts#L107)

***

Expand All @@ -151,7 +151,7 @@ Callback function

#### Defined in

[caching.ts:133](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/caching.ts#L133)
[caching.ts:133](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/caching.ts#L133)

***

Expand All @@ -173,7 +173,7 @@ remoteStorage.caching.reset();

#### Defined in

[caching.ts:175](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/caching.ts#L175)
[caching.ts:175](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/caching.ts#L175)

***

Expand Down Expand Up @@ -207,4 +207,4 @@ remoteStorage.caching.set('/bookmarks/archive/', 'SEEN');

#### Defined in

[caching.ts:67](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/caching.ts#L67)
[caching.ts:67](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/caching.ts#L67)
2 changes: 1 addition & 1 deletion docs/api/eventhandling/type-aliases/EventHandler.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@

## Defined in

[eventhandling.ts:5](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/eventhandling.ts#L5)
[eventhandling.ts:5](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/eventhandling.ts#L5)
6 changes: 3 additions & 3 deletions docs/api/remote/classes/RemoteBase.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Usually called via [`on()`](#on)

#### Defined in

[eventhandling.ts:29](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/eventhandling.ts#L29)
[eventhandling.ts:29](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/eventhandling.ts#L29)

***

Expand Down Expand Up @@ -72,7 +72,7 @@ remoteStorage.on('connected', function() {

#### Defined in

[eventhandling.ts:55](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/eventhandling.ts#L55)
[eventhandling.ts:55](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/eventhandling.ts#L55)

***

Expand All @@ -98,4 +98,4 @@ Remove a previously installed event handler

#### Defined in

[eventhandling.ts:62](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/eventhandling.ts#L62)
[eventhandling.ts:62](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/eventhandling.ts#L62)
8 changes: 4 additions & 4 deletions docs/api/remote/interfaces/Remote.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Whether or not a remote store is connected

#### Defined in

[remote.ts:82](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/remote.ts#L82)
[remote.ts:82](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/remote.ts#L82)

***

Expand All @@ -24,7 +24,7 @@ Whether last sync action was successful or not

#### Defined in

[remote.ts:87](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/remote.ts#L87)
[remote.ts:87](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/remote.ts#L87)

***

Expand All @@ -36,7 +36,7 @@ The JSON-parsed properties object from the user's WebFinger record

#### Defined in

[remote.ts:123](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/remote.ts#L123)
[remote.ts:123](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/remote.ts#L123)

***

Expand All @@ -48,4 +48,4 @@ The user address of the connected user

#### Defined in

[remote.ts:92](https://github.com/remotestorage/remotestorage.js/blob/6f00c54cc7f590233dcd3504f048d1df775bc754/src/remote.ts#L92)
[remote.ts:92](https://github.com/remotestorage/remotestorage.js/blob/a199c15fb409a17fd444aa7fba846e7fecc5981d/src/remote.ts#L92)
Loading

0 comments on commit 4192f44

Please sign in to comment.