diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index d7661f0..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,27 +0,0 @@ -# Pear Desktop Changelog - -## v1.1.0 - -### Features -- Label Pear API's as experimental. -- Added guide on terminal debuging. -- Added 'Apps' section and keet.md. -- Added note on Bare Runtime + cross platform app example. -- Added update button. -- Removed deprecated bultinMaps configuration from documentation. -- Implemented anchor auto scroll on navigation. - -### UX/UI Improvements -- Improved system path setup UI. -- Various typo fixes. -- Language improvements. - -### Fixes -- Windows - System Path Setup is manual only for now. -- Fixed navigation after Pear installation. -- Path text is selectable in installation screen. -- Fixed indexes for Gitbook and Pear-Desktop app. - -## v1.0.0 - -First public release 🍐 diff --git a/assets/arrow.svg b/assets/arrow.svg deleted file mode 100644 index 91d6ce7..0000000 --- a/assets/arrow.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/assets/light.svg b/assets/light.svg deleted file mode 100644 index 1f28eab..0000000 --- a/assets/light.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/assets/usage.mp4 b/assets/usage.mp4 deleted file mode 100644 index 484866e..0000000 Binary files a/assets/usage.mp4 and /dev/null differ diff --git a/index.html b/index.html deleted file mode 100644 index ed54b2a..0000000 --- a/index.html +++ /dev/null @@ -1,328 +0,0 @@ - - -
- -- __ \ _ \ _` | __| - | | __/ ( | | - .__/ \___| \__,_| _| - _| --
Some application setup is required to enable remote debugging
- Install the pear-inspect
module into the application
npm install pear-inspect
- Add the following code to the application, before any other code:
- -if (Pear.config.dev) {
- const { Inspector } = await import('pear-inspect')
- const inspector = await new Inspector()
- const key = await inspector.enable()
- console.log('Debug with pear://runtime/devtools/'
- + key.toString('hex'))
-}
-
- When the application is opened in development mode the inspection key will be logged.
-Paste the logged key into the input to add it. Then open in Chrome or copy the URL to a compatible inspect tool to view the remote target.
-' + (u ? e : D(e, !0)) + '
\n' : '' + (u ? e : D(e, !0)) + '
\n' }, t.blockquote = function (e) { return '\n' + e + '\n' }, t.html = function (e, t) { return e }, t.heading = function (e, t, u, n) { return this.options.headerIds ? '
' + e + '
\n' }, t.table = function (e, t) { return '' + e + '
' }, t.br = function () { return this.options.xhtml ? 'An error occurred:
' + D(e.message + '', !0) + '', n ? Promise.resolve(t) : r ? void r(null, t) : t; if (n) return Promise.reject(e); if (!r) throw e; r(e) } } const R = new d(r.defaults); function I (e, t, u) { return R.parse(e, t, u) }I.options = I.setOptions = function (e) { return R.setOptions(e), n(I.defaults = R.defaults), I }, I.getDefaults = u, I.defaults = r.defaults, I.use = function () { return R.use.apply(R, arguments), n(I.defaults = R.defaults), I }, I.walkTokens = function (e, t) { return R.walkTokens(e, t) }, I.parseInline = R.parseInline, I.Parser = z, I.parser = z.parse, I.Renderer = y, I.TextRenderer = v, I.Lexer = B, I.lexer = B.lex, I.Tokenizer = E, I.Slugger = _, I.Hooks = $; const V = (I.parse = I).options; const J = I.setOptions; const K = I.use; const W = I.walkTokens; const Y = I.parseInline; const ee = I; const te = z.parse; const ue = B.lex; r.Hooks = $, r.Lexer = B, r.Marked = d, r.Parser = z, r.Renderer = y, r.Slugger = _, r.TextRenderer = v, r.Tokenizer = E, r.getDefaults = u, r.lexer = ue, r.marked = I, r.options = V, r.parse = ee, r.parseInline = Y, r.parser = te, r.setOptions = J, r.use = K, r.walkTokens = W })) -/* eslint-enable */ - -// from https://github.com/markedjs/marked-custom-heading-id - -function customHeadingId () { - return { - renderer: { - heading (text, level, raw, slugger) { - const headingIdRegex = /(?: +|^)\{#([a-z][\w-.]*)\}(?: +|$)/i - const hasId = text.match(headingIdRegex) - if (!hasId) { - return false - } - return `
--Pear is in the system PATH and ready to go .
-
...to the Internet of Peers.
-
Pear provides the pear
Command-line Interface as the primary interface for developing, sharing & maintaining unstoppable peer-to-peer applications and systems.
To get started, open a terminal, type pear
and hit return.
--Pear setup is nearly complete.
-
To finish installing Pear Runtime set your system path to
-${BIN}
${!isWin ? ' or click the button.' : ''}
- ${!isWin ? '' : ''} - ` - } -