New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

marketing-cloud-docs

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marketing-cloud-docs

This is the repository to host all marketing cloud resources.

  • 0.6.47-alpha02
  • unpublished
  • alpha
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

marketing_cloud_docs Repo

This repository contains the source files for generating the Marketing Cloud documentation published on developer.salesforce.com/docs.

For help with using the SFDocs framework, see SFDocs Help.


Contacts

Admins:

Folder/File structure

See Understand the Repo Structure in SFDocs Help. `

Build the Docs Locally

  1. Clone this repo.

  2. Install volta, node, and yarn.

    curl https://get.volta.sh | bash
    
    volta install node
    
    volta install yarn
    
  3. Set up the project.

    yarn setup
    
  4. Validate files.

    yarn validate
    

    This command:

    • checks for broken links (missing images and missing external links)
    • runs linting
    • verifies content-config.yaml
  5. Preview the project in a localhost.

    yarn start
    

    To reload the preview as you edit files, run the command with the --live flag.

    yarn start --live
    

    Browse to http://localhost:3000.

Remote Builds and Preview Apps

When you send a pull request to any of the protected branches(for example, main), if the build is successful, Heroku creates a preview environment and posts a link on the GitHub PR.

FAQs

Package last updated on 03 Mar 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc