mirror of
https://github.com/MatMoul/dokytree.git
synced 2025-11-21 06:52:05 +00:00
Add TODO to node + Sample IT_V2
This commit is contained in:
6
samples/it_v2/doc/devices/printers/_index.yaml
Normal file
6
samples/it_v2/doc/devices/printers/_index.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
# yaml-language-server: $schema=../../../schemas/_index.json
|
||||
index: 8
|
||||
title: Printers
|
||||
toc: false
|
||||
templates:
|
||||
node: printers
|
||||
12
samples/it_v2/doc/devices/printers/mfc-01.yaml
Normal file
12
samples/it_v2/doc/devices/printers/mfc-01.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# yaml-language-server: $schema=../../../schemas/printer.json
|
||||
name: 'mfc-01'
|
||||
type: mfc
|
||||
model: ''
|
||||
location: ''
|
||||
interfaces:
|
||||
- name: 'LAN'
|
||||
ip: '10.10.10.211'
|
||||
mask: '255.255.255.0'
|
||||
gw: '10.10.10.1'
|
||||
dns:
|
||||
- '10.10.10.1'
|
||||
12
samples/it_v2/doc/devices/printers/printer-01.yaml
Normal file
12
samples/it_v2/doc/devices/printers/printer-01.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
# yaml-language-server: $schema=../../../schemas/printer.json
|
||||
name: 'printer-01'
|
||||
type: printer
|
||||
model: ''
|
||||
location: ''
|
||||
interfaces:
|
||||
- name: 'LAN'
|
||||
ip: '10.10.10.212'
|
||||
mask: '255.255.255.0'
|
||||
gw: '10.10.10.1'
|
||||
dns:
|
||||
- '10.10.10.1'
|
||||
Reference in New Issue
Block a user