diff --git a/README.md b/README.md index 5868416..5e98a93 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +title: OCI Scripts +redirect_from: + - /frugal/README.md # OCI Scripts This repo contains samples of python3 Oracle Cloud Infrastructure scripts. Please read code and documentation before use as they have no warranty. - [Oracle Cloud Guard Scripts](cloud_guard/README.md) diff --git a/frugal/README.md b/frugal/README.md index 6c7d2d6..c967634 100755 --- a/frugal/README.md +++ b/frugal/README.md @@ -1,3 +1,18 @@ -# OCI Frugal -## Overview -This script allows you to stop instances, dbs and ADBs with a specific tag. A great way to save some money during off times. +--- +title: "Untitled" +output: + flexdashboard::flex_dashboard: + orientation: columns + vertical_layout: fill + includes: + in_header: myheader.html +runtime: shiny +--- + +```{r setup, include=FALSE} +knitr::opts_chunk$set(echo = FALSE ) + +fileConn <- file("myheader.html") +writeLines('', fileConn) +close(fileConn) +```