Skip to content

grokify/fastly-guide-compute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Unoffical Fastly Guide for Compute@Edge

This guide is a companion guide to the officaly Fastly documentation.

Read the Guide here:

https://grokify.github.io/fastly-guide-compute/

It covers:

  1. End-to-end "Hello, World!" example
  2. Fastly Management Console information for creating services and uploading packages
  3. Day 2 deployment information for automating packaging
  4. Day 2 deployment information for API and SDK upload and activation options

Running the Guide Locally (for authors)

This Developer Guide is built on top of Mkdocs, a self-contained documentation server. Writers are encouraged to install Mkdocs locally so that you can edit files and preview your changes before they are pushed to production servers.

git clone https://github.com/grokify/fastly-guide-compute.git
cd fastly-guide-compute
pip install --upgrade mkdocs
pip install --upgrade mkdocs-material
mkdocs serve

Then you should be able to load http://localhost:8000 to view the documentation.

Deploying the Guide

Once the updates have been made, use the following command to publish to GitHub pages:

mkdocs gh-deploy