Giter Site home page Giter Site logo

documentations's Introduction

Official repository for TaleWorlds Entertainment documentations.

Getting Started

Run server on Windows Locally

Execute run.bat, and access to http://localhost:4444 from your web browser.

Run server on Mac/Linux Locally

Install Hugo Then go to docs folder:

cd docs
hugo server -w --bind="0.0.0.0" -p=4444 --baseUrl="http://localhost:4444/" --ignoreCache --disableFastRender --forceSyncStatic --gc --verbose > log.txt 
# Or simply hugo server -D

Then access to http://localhost:4444 or http://localhost:1313 (By Default) from your web browser.

Contributing

We accept a lot of different contributions including, but not limit to đŸĒ˛ Issues, 🛠ī¸ Pull Request, ❓ Support, 🌏 Localization.

To contribute:

  • Create a personal fork of the project on Github.
  • Clone the fork on your local machine.
  • Add or change the documentation as needed.
  • Commit your changes and Push your branch to your fork on Github.
  • From your fork open a pull request.

Localization

Localization contributions are welcomed.
Copy and paste docs/content/english folder alongside english folder as docs/content/<LanguageName>.
Then add your language in config.toml using english as example.

[languages]
    [languages.en]
        contentDir = "content/english"
        languageName = "English"
    [languages.zh_cn]
        contentDir = "content/simplified_chinese"
        languageName = "įŽ€äŊ“中文"

documentations's People

Contributors

ozgureraslan avatar oshibuki avatar wuzhuoran avatar dejanm4 avatar yuxuan1993 avatar bisstocuz avatar muret avatar muratturetw avatar

Watchers

James Cloos 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.