-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst.yml
More file actions
39 lines (35 loc) · 778 Bytes
/
first.yml
File metadata and controls
39 lines (35 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Lets write the program
## This is for Testing
## This is 2nd Line
courses:
course_name: "PL/SQL"
version: 1.0
price: $myprice 199
is_public: true
release_date: 2023-02-12
pre_enrol: null
tags:
- python
- web developer
- mysql
course_ta: ["Anirudh","Anurag","Mukesh"]
ta_details:
- name: "Anirudh"
email: "abc@org.com"
role: "content admin"
- name: "Chandan"
email: "chandan@chandan.com"
role: "TM"
- { name: "Rakesh", email: "abc@google.com", role: "deveops"} ## above and this is same only
short_desc: >
here is description about This Yaml file
long_desc: |
This is
for long
desc
process_payment: *price
adv: &adv
mykey: myval
another_adv:
one: two
<<: *adv