Giter Club home page Giter Club logo

user-school-2023's Introduction

OSG School 2023

The source files for the OSG School 2023 website.

To serve the website locally, download Docker and use the command in the root directory:

docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material

ARM

docker run --rm -it -p 8100:8000 -v  ${PWD}:/docs ghcr.io/afritzler/mkdocs-material

Adding Documentation to the Website

Adding in the Documentation

Documentation is hosted in the /docs/material directory.

Each category of documentation is in a subdirectory at location /docs/material/<category>.

When you add new documentation you should name the file like so: part<x>-ex<y>-<name>.md

Documentation should be referenced in two locations:

This is an overview page that contains all documentation and each category's files.

Use format below when adding to this page

## <category>

([PDF](<category>/files/<filename>.pdf),
[PowerPoint](<category>/files/<filename>.pptx))

### <category> Exercises: 

- [Exercise 1.1: <exercise-name>](<category>/part1-ex1-<exercise-name>.md)
- [Exercise 1.2: <exercise-name>](<category>/part1-ex2-<exercise-name>.md)

This files generates the website navigation. You should not include the category files in this navigation.

If you are adding materials it will look like so:

nav:
  - Materials:
    - <Category0> Exercises:
      - Exercise 1.1:               materials/<category0>/part1-ex1-<exercise-name>.md
      - Exercise 1.2:               materials/<category0>/part1-ex2-<exercise-name>.md
    - <Category1> Exercises:
      - Exercise 1.1:               materials/<category1>/part1-ex1-<exercise-name>.md
      - Exercise 1.2:               materials/<category1>/part1-ex2-<exercise-name>.md

Note: This is generated in order so the order of the categories should correspond to the material overview page.

Adding in Additional Files

Files corresponding to each category should be in the subdirectory at location /docs/material/<category>/files/.

Additionally all files should be referenced in the /docs/material/index.md file using format:

```markdown
## <category>

([PDF](<category>/files/<filename>.pdf),
[PowerPoint](<category>/files/<filename>.pptx))

### <category> Exercises: 
 - ...

user-school-2023's People

Contributors

rachellombardi avatar osg-cat avatar jasoncpatton avatar christinalk avatar showmic09 avatar aowen-uwmad avatar cannonlock avatar rynge avatar djw8605 avatar jstathas avatar

Watchers

 avatar  avatar Lincoln Bryant avatar  avatar  avatar  avatar  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.