GithubHelp home page GithubHelp logo

edgio-docs / edgio-docs Goto Github PK

View Code? Open in Web Editor NEW
11.0 11.0 45.0 153.5 MB

Edgio Documentation - Develop, deploy, preview, split test and monitor your frontend.

Home Page: https://docs.edg.io

JavaScript 63.53% HTML 0.03% Shell 0.03% CSS 1.53% TypeScript 34.60% Python 0.22% Ruby 0.06%

edgio-docs's Introduction

Edgio Documentation

Edgio Documentation

Explore the Edgio guides and examples on how to integrate edge logic into your application code and extend the edge to the browser.


Getting Started

1. Clone this repository

Clone this repository to your local machine:

git clone [email protected]:edgio-docs/edgio-docs.git

Note: do not fork this repository if you intend to contribute to the Edgio documentation. Forking the repository will prevent checks from passing on your pull requests.

2. Install dependencies

Install the dependencies:

yarn install

3. Develop locally

Start the development server on http://localhost:3000:

yarn dev

See the Contributing Guide on how to contribute to the Edgio documentation.

edgio-docs's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

edgio-docs's Issues

Broken Links Found in Scheduled Check

Broken Links Report

Broken Links (23) ๐Ÿšจ

[404] https://docs.edg.io/applications/v7/docs/api/core/interfaces/types.Caching.html
โ””โ”€โ”€ Referrer: https://docs.edg.io/applications/v7/performance/cdn_as_code/route_features

[404] https://docs.edg.io/custom.css
โ””โ”€โ”€ Referrer: https://docs.edg.io/rest_api

[403] https://docs.edg.io/docs/v7.x/api/core/types/router_Router.ConditionParam.html
โ””โ”€โ”€ Referrer: https://docs.edg.io/applications/v7/performance/cdn_as_code/conditional_routes

[404] https://docs.edg.io/redoc.css
โ””โ”€โ”€ Referrer: https://docs.edg.io/rest_api

[404] https://docs.edg.io/redoc.standalone.js
โ””โ”€โ”€ Referrer: https://docs.edg.io/rest_api

[403] https://edg.io/app/performance/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://edg.io/app/security/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://edg.io/app/sites/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://edg.io/company/about-us/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://edg.io/company/careers/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://edg.io/company/legal/acceptable-use-policy/
โ””โ”€โ”€ Referrer: https://docs.edg.io/applications/basics/serving_traffic

[403] https://edg.io/company/legal/terms-of-service/
โ””โ”€โ”€ Referrer: https://docs.edg.io/applications/basics/serving_traffic

[403] https://edg.io/contact-support/?sgId=7bc47c45-c1d6-4189-b416-552581d86006
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://edg.io/contact-us/
โ””โ”€โ”€ Referrer: https://docs.edg.io/applications/basics/serving_traffic

[403] https://edg.io/media/delivery/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://edg.io/media/uplynk/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://edg.io/resources/blog/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[403] https://help.openai.com/en/articles/4936850-where-do-i-find-my-api-key
โ””โ”€โ”€ Referrer: https://docs.edg.io/applications/v7/ai_integrations/langchain

[0] https://investors.edg.io/
โ””โ”€โ”€ Referrer: https://docs.edg.io/

[0] https://investors.edg.io/news-and-events/press-releases
โ””โ”€โ”€ Referrer: https://docs.edg.io/
(3 more broken links...)

Please check the details and fix the broken links.

Web Server Log Delivery Setup IP: missing IP blocks (& user agent)

To prepare your webservers for log delivery step #2 = "Configure your firewall to allow POST requests from the following IP blocks:" ... but no IP blocks are listed.
https://github.com/edgio-docs/edgio-docs/blob/main/src/guides/v7/logs/rtld/web_server_log_delivery.md#prepare-web-servers-for-log-delivery

image

What are the IP blocks that should be whitelisted?

Also, is there a specific user agent used by the service that performs the post? If so, could it be identified? (NOTE: The user-agent appears to currently be rtld-6.5.)

Version change doesn't work accurately

Steps to reproduce:

Scenario 1:

  • Go to docs.layer0.co,
  • Select the oldest version available,
  • No change happens (whether change in frameworks/design/sidebar)

Scenario 2:

  • Go to https://docs.layer0.co/guides/next,
  • Select the oldest version available,
  • Click on the top left corner logo to navigate to the docs.layer0.co,
  • Find that the docs version switches to the latest available (instead of the one selected before)

Following Mkdocs guide doesn't work

Followed Mkddocs guide, but the following command fail to work:

  1. mkdocs new my-project after I do pip install mkdocs: What worked here for me was python -m mkdocs new my-project,
  2. After I'm in the repo: running 0 init fails due to no package.json.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.