Page MenuHomePhabricator

[website] Add links to FAQ
ClosedPublic

Authored by Kronkmeister on Tue, Apr 2, 19:44.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABCddfa35072960: [website] Add links to FAQ
Summary

Added Telegram and Discord links to the "how to get support" FAQ

Test Plan

visit e.cash/faq and scroll down to last question ("what's the best way to get technical support?")

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Tail of the build log:

#6 [2/5] COPY . .
#6 sha256:d2332d01c48cb87a729ccdd37e162a8d0a3243fb09683a13728fe783ca7bdf55
#6 DONE 0.7s

#7 [3/5] COPY next.preview.js next.config.js
#7 sha256:77889cb45a25f2cfe12935621737c45b30a3991cee093a216fdd5d90711cb9a0
#7 DONE 0.0s

#8 [4/5] RUN npm ci
#8 sha256:8b720bdfeae1e3eed70435f543020bed531e19606f2c15d7308368bf1eef2c14
#8 11.29 
#8 11.29 added 819 packages, and audited 820 packages in 11s
#8 11.29 
#8 11.29 154 packages are looking for funding
#8 11.29   run `npm fund` for details
#8 11.29 
#8 11.29 found 0 vulnerabilities
#8 11.29 npm notice 
#8 11.29 npm notice New major version of npm available! 8.19.4 -> 10.5.0
#8 11.29 npm notice Changelog: <https://github.com/npm/cli/releases/tag/v10.5.0>
#8 11.29 npm notice Run `npm install -g npm@10.5.0` to update!
#8 11.29 npm notice 
#8 DONE 11.7s

#9 [5/5] RUN npm run build
#9 sha256:e071bbddd359d8973d8b0d7e65e89c9e73a15bf79879d9ad85f22577c67b3c70
#9 0.716 
#9 0.716 > e.cash@0.0.1 build
#9 0.716 > next build
#9 0.716 
#9 1.272 Attention: Next.js now collects completely anonymous telemetry regarding usage.
#9 1.273 This information is used to shape Next.js' roadmap and prioritize features.
#9 1.273 You can learn more, including how to opt-out if you'd not like to participate in this anonymous program, by visiting the following URL:
#9 1.273 https://nextjs.org/telemetry
#9 1.273 
#9 1.354    Linting and checking validity of types ...
#9 3.034    Creating an optimized production build ...
#9 11.19  ✓ Compiled successfully
#9 11.19    Collecting page data ...
#9 44.76 Error: SyntaxError: Unexpected token < in JSON at position 0
#9 44.76     at getPageCount (/.next/server/chunks/594.js:1:232)
#9 44.76     at processTicksAndRejections (node:internal/process/task_queues:96:5)
#9 44.76     at async getBlogPosts (/.next/server/chunks/594.js:1:285)
#9 44.76     at async getStaticPaths (/.next/server/pages/blog/[slug].js:1:1451)
#9 44.76     at async buildStaticPaths (/node_modules/next/dist/build/utils.js:733:33)
#9 44.76     at async /node_modules/next/dist/build/utils.js:1140:110
#9 44.76     at async Span.traceAsyncFn (/node_modules/next/dist/trace/trace.js:105:20)
#9 44.76 
#9 44.76 > Build error occurred
#9 44.77 Error: Failed to collect page data for /blog/[slug]
#9 44.77     at /node_modules/next/dist/build/utils.js:1171:15
#9 44.77     at processTicksAndRejections (node:internal/process/task_queues:96:5) {
#9 44.77   type: 'Error'
#9 44.77 }
#9 ERROR: executor failed running [/bin/sh -c npm run build]: exit code: 1
------
 > [5/5] RUN npm run build:
------
executor failed running [/bin/sh -c npm run build]: exit code: 1
Build preview-e.cash failed with exit code 1
This revision is now accepted and ready to land.Tue, Apr 2, 20:17
This revision was automatically updated to reflect the committed changes.