Coder Social home page Coder Social logo

for-mainframe / for-mainframe.github.io Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.08 MB

Docs for IJMP projects

Home Page: https://for-mainframe.github.io

HTML 99.42% Ruby 0.01% CSS 0.35% JavaScript 0.21%
mainframe r2z zos zosmf for-mainframe

for-mainframe.github.io's Introduction

id layout title permalink
home
default
Home
/

IJMP projects documentation repo

This repo is intended to provide documentation for every publicly available IJMP project

Requirements for development environment

Install Ruby latest version. After Ruby is installed, run:

bundle install

How to run

bundle exec jekyll serve

Useful links

Jekyll: https://jekyllrb.com/

Liquid: https://shopify.github.io/liquid/

If you want to add content

You have two choices: create a single file or create a folder with related pages. In case you created a folder with the content for the specified tool/project, it is highly recommended to have 'index.md' as the product main page. To create a new page, you need to create a Markdown file with such contents:

---
id: <page-id>
layout: default
title: <page-title>
permalink: /<page-link>/
---
  • <page-id> - ID for the page. It will be used in sidebar section
  • <page-title> - the page title
  • <page-link> - the page link

After the page is filled with content, 'sidebar.yml' should be changed as follows:

- section_name: <section-name>
  section_id: <section-id>
  section_items:
  - id: <page-id>
    name: <section-item-name>
  • <section-name> - section name to display
  • <section-id> - section ID
  • <page-id> - page ID to get URL by that ID
  • <section-item-name> - the name of the section item

And also there should be changes in 'contents.yml':

- page_id: <page-id>
  page_contents:
    - name: <content-section-name>
      section: <content-section-link>
    <other sections if needed>
  • <page-id> - page ID to get contents by that ID
  • <content-section-name> - the name of the section on the page
  • <content-section-link> - the link to the section on the page. Usually it would be kebab-cased name of the section, marked with '#' (e.g.: section name: For Mainframe => section link: for-mainframe ).

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.