Skip to content

araujohenrique/mamoworld-docs

 
 

Repository files navigation

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

GIT_USER=<Your GitHub username> USE_SSH=true yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

Auto Crop Block Screenshots

If you want to include screenshots of individual blocks or entire block stacks, we have a Photoshop action for you that crops the image automatically and removes the white background.

Autocrop Action

Installation:

you find the necessary files in the folder utilities/photoshopActions

  1. Install the action Automation Blocks.atn in Photoshop
  2. copy the script mm_crop_to_selections.jsx to the folder Presets/Scripts/ inside the folder of your Photoshop installation (like /Applications/Adobe Photoshop 2022/Presets/Scripts/ for Ps 2022 on Mac OS, for example)

Usage

After you opened the screenshot, make sure the only layer it contains is selected and then run the action Automation Blocks Auto Crop.

Retina Images

If you have a High DPI monitor, please make the screenshots in high resolution and save both a file myImage.png with normal DPI resolution and [email protected] with high DPI resolution.

Code Snippets

Code Snippets

The project contains code snippets for VS Code. If you type list, for example, in the auto completion and entry list (docusaurus) will appear, which creates the text list (array) with a link poiting to the Automation Blocks documentation for lists. Use these snippets to create cross links in the code consistently and feel free to add more snippets.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 66.7%
  • CSS 33.3%