Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: merge staging into production (#15)
* chore: merge production into staging (#7) * chore: merge staging into production (#6) * mdBook * readme wip * readme.md updated from https://stackedit.io/ * readme.md updated from https://stackedit.io/ * readme.md updated from https://stackedit.io/ * readme.md updated from https://stackedit.io/ * demo * readme.md updated from https://stackedit.io/ * readme.md updated from https://stackedit.io/ * readme.md updated from https://stackedit.io/ * readme.md updated from https://stackedit.io/ * readme.md updated from https://stackedit.io/ * readme.md updated from https://stackedit.io/ * Building navigation * Added arfs 0.11 and 0.12 * completed proposal * init * feat: 🎨 updated for light/dark, other configs updated the app with the code for light/dark modes, made some other configuration changes. * style: 🎨 css changes stylized prev/next, added borders, color changes, other changes from whitepaper docs * fix: 🐛 build script fix fixed depreciated build script * Update deploy.yml * set vuepress dist folder correctly * add base back * style: 🎨 fixed subheader color subheader color now matches general text color * refactor: removed about section about section existed as a workaround for sidebar defaulting to open, replaced it with price calclulator * docs: 📝 updated landing page replaced placeholder home page with content from ardrive.io * refactor: 📝 added new default page to /cli/, bug fixes replaced readme.md as the landing page for /cli/, fixed error with variable not being initialized. * docs: 📝 added arfs overview overview landing page for arfs * fix: 🐛 fixed metadata fixed project metadata so it no longer shows whitepaper * fix: 🎨 fix logo on light mode logo was not displaying on light mode, cannot recreate locally. pushing possible fix * fix: 🐛 log fix another attempt to fix the logo bug * fix: 🐛 logo fix defaulted to uncustomized logo src because switching is not needed * fix: 🐛 logo fix lets try this fix * style: 🎨 search box styling basic search box and result styling for readability, will need further input * docs: 📝 inline code styling, added docs created css to target inline code only, will need to be adjusted to team preference. Added some ArFS documentation * docs: 📝 ArFS docs more ArFS documentation. * docs: 📝 ArFS docs additional docs for ArFS * docs: 📝 ArFS Docs ArFS docs, based on confluence post from Phil, have been added up to Operations * refactor: title change changed title from ardrive.io to ArDrive Docs * h2 border-bottom * h2 line styling * added Snapshot entity information * style: 🎨 style changes several style changes, added customized search box component, replaced discord text with logo, still need to even out SVGs * fixed search result colors * added magnifying glass to search bar for visual * SearchBox styling changes * style changes * docs: 🎨 added more ArFS docs, styling changes added usage docs, set up sidebar - no custom sidebar yet, styling changes - need to identify issue with sidebar subheader coloring * turned 'last updated' off * style: 🎨 style changes several style changes suggested by Jonathan * style: 🎨 changed sidebar order moved core sdk up in sidebar because if the first item has a dropdown it will always start open * style: 🎨 style changes several style changes suggested by jacob * fix: 🐛 fixed links link references were broken when cli file was split. corrected * style: 🎨 prev / next styling styled the prev and next buttons * style: 🎨 fixed sidebar item color found and removed rule givinig some sidebar items an opacity * style: 🎨 minor style changes minor style changes * docs: 🎨 added overview tag all sections except price calculator now begin with the overview header * sidebar change * style: 🎨 adjusted nav icons * change prev/next button background color in dark mode * added CNAME file * changed base path * fixed logo path * capitalize page description * added plausible script * Made ArDrive logo larger * Updated data-model.md * added Overview to price Calculator * added meta image * changed support link * spaced nav icons * merge from staging * merge conflicts resolved * completely functional, needs styling * style: 🎨 set basic styling for the seach modal * updated modal styling * updated ArFS Overview * Added copy button to code blocks using 'vuepress-plugin\-code-copy' plugin * docs: 📝 Updated ArFS documentation Updated ArFS documentation to match recent atlassian updates. * docs: added deployment docs added docs explaining how to deploy a dApp using the ArDrive web app. * docs: added deploy docs added docs for deploying dApps using the ArDrive web app * fix: fixed bug preventing build syntax for removing prev/next buttons on certain pages was incorrect and prevented build. commented out. * refactor: Corrected syntax to remove prev/next corrected the syntax commented out in the previous commit. Unneeded prev/next buttons removed without affecting build * docs: Added Examples page Added page with example websites for deploying a dApp to Arweave * docs: Added Turbo API docs Added preliminary docs for the Turbo Payment and Upload APIs * docs: typo correction replaced AR with data when referring to amount of data that can be uploaded * docs: Added openapi docs links Added disclaimer about docs being up to date, and linked to openapi docs which are maintained as changes are made. * chore: created package-lock.json file created package-lock.json so users can install dependencies with npm without issue. * fix: Fixed Zendesk link * docs(turbo): update CLI and Core docs with Turbo release PE-4435 (#4) --------- Co-authored-by: agsuy <[email protected]> Co-authored-by: agsuy <[email protected]> Co-authored-by: Phil <[email protected]> Co-authored-by: Karl Prieb <[email protected]> Co-authored-by: Derek Sonnenberg <[email protected]> * feat(markdown files): adds documentation for Pins; applies minor clarifications PE-4497 (#5) Co-authored-by: Giga Bob <[email protected]> --------- Co-authored-by: agsuy <[email protected]> Co-authored-by: agsuy <[email protected]> Co-authored-by: Phil <[email protected]> Co-authored-by: Karl Prieb <[email protected]> Co-authored-by: Derek Sonnenberg <[email protected]> Co-authored-by: Matías Batista <[email protected]> * chore: changed deploy to production instead of staging * fix: fixed visual bug in navbar * docs: Added Turbo-SDK doc * chore: update example in turbo sdk readme (#10) * chore: update examples * chore: fix links * docs: Added permasite page * docs: Permasite docs update * fix: fix typo * docs: update to permasite page --------- Co-authored-by: agsuy <[email protected]> Co-authored-by: agsuy <[email protected]> Co-authored-by: Phil <[email protected]> Co-authored-by: Karl Prieb <[email protected]> Co-authored-by: Derek Sonnenberg <[email protected]> Co-authored-by: Matías Batista <[email protected]> Co-authored-by: Dylan Fiedler <[email protected]>
- Loading branch information