Giter VIP home page Giter VIP logo

azure_arc_jumpstartweb's Introduction

Netlify Status

Azure Arc Jumpstart Documentation

This repository contains the files to create the "Azure Arc Jumpstart" website built from the markdown files located in the project core repository.

Overview

This docs is built using Hugo with the Docsy theme, hosted through Netlify.

Pre-requisites

Local Environment Setup

  1. Ensure pre-requisites are installed

  2. Clone this repository

    git clone https://github.com/microsoft/azure_arc_jumpstartweb
  3. Go to main directory

    cd ./azure_arc_jumpstartweb
  4. Update submodules:

    git submodule update --init --recursive
  5. Install npm packages:

    npm install
  6. Run in local

    npm run start

Update docs

Docs contents are imported as a submodule. You have to edit & update docs content in the production repository or edit the content in website.

Algolia Docsearch

  • set enable algolia docsearch in the config.toml
algolia_docsearch = true
  • layouts/partials/hooks/head-end.html
{{ with .Site.Params.algolia_docsearch }}
<!-- stylesheet for algolia docsearch -->
{{ end }}
  • layouts/partials/hooks/body-end.html
{{ with .Site.Params.algolia_docsearch }}
<!-- scripts for algolia docsearch -->
{{ end }}

Navbar Menu

In the config.toml

# Navbar Menu

[menu]
    [[menu.main]]
        name="About"
        url="https://github.com/microsoft/azure_arc"
        weight=1
    
# [[menu.main]]
#       name="Test"
#       url="..."
#       weight=2

azure_arc_jumpstartweb's People

Contributors

darkoarnautov avatar likamrat avatar microsoft-github-policy-service[bot] avatar microsoftopensource avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

azure_arc_jumpstartweb's Issues

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.