Giter Site home page Giter Site logo

sylwester2703 / overwolf.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from overwolf/overwolf.github.io

0.0 0.0 0.0 56.3 MB

The O etc.verwolf Developers website - API Documentation, guides,

Dockerfile 0.11% JavaScript 37.87% CSS 62.02%

overwolf.github.io's Introduction

Read Me

This is the repo of the Overwolf Developers website - API Documentation, guides, etc. This is intended as a quick reference and showcase.

NOTE that It will be about 2 minutes before a content change takes effect

Reference

Create local dev environment

Basically you can do all the Docusaurus content edits directly from the GitHub web interface. But if you want to install a local version of the site, you can find all the details here.

Search configuration

  • Your search onfiguration can be configured through the DocSearch file in the Algolia GitHub repository.
    Please open a pull request if you want to leverage our Docusaurus search configuration.
  • To customize the look and feel of the search box follow the DocSearch documentation.

Markdown cheet-sheet

You can find our markdown cheet-sheet here.

Edit an existing page

On every page there is an "Edit" button on the right side of the page.

You can click on it, edit the page, and suggest the change as a pull request. The Overwolf team will review it, and merge it after confirmation.

Add a new page

In order to add a new page, you should:

  1. Create a new file with a md (markdown) extension.
    Make sure to add it in the right section/folder (api, support, getting-started etc).

  2. Add a page ID block on the top of your page. An example:

---
id: dev-console-update //unique identifier, the page URL. no spaces
title: this is the main page header
sidebar_label:  this is the menu title
---
  1. Add the new page ID as a new entry in the website\sidebars.json file.
    make sure to add it in the right location. You can use these docs template as a baseline for new pages:

Add a new game events status page

In order to list a game in the game events status page, you should follow these steps:

  1. Create new MD file in the "status" section. For example: \docs\status\teamfight-tactics.md.
    The template should be like the other files in that folder. Don't forget to change the GameID.

  2. Add the new page to the site menu: website\sidebars.json.
    You should place it under Service\Games Events Status section.

  3. Open the file website\static\js\games_metadata.js and add a record for the new file that you just created. (make sure to add the icons assets in two sizes: 60X60 and 30X30)

overwolf.github.io's People

Contributors

eransharv avatar sh4rgaas avatar itaygli avatar shoomanjin avatar glideow avatar bl0n avatar tomwolfgang avatar icywave25 avatar heeeysusu avatar gilmat749 avatar bullazy avatar elazarheim avatar dependabot[bot] avatar eyalbira avatar tsavner avatar avnerflorenhtal avatar erezefrat avatar bilekill avatar antonk777 avatar paviad avatar shirbr510 avatar uxcrazy avatar lirikatz avatar sorikairox avatar zeuslucis avatar sebastientromp avatar revblue86 avatar kubabenow avatar burnemdown avatar itssimple avatar

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.