Skip to content

Commit 6c35c3b

Browse files
authored
Initial commit
0 parents  commit 6c35c3b

File tree

4 files changed

+46
-0
lines changed

4 files changed

+46
-0
lines changed

Diff for: README.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# UnityDataTools
2+
[View this project in Backstage](https://backstage.corp.unity3d.com/catalog/default/component/unitydatatools) <br/>
3+
# Converting to public repository
4+
Any and all Unity software of any description (including components) (1) whose source is to be made available other than under a Unity source code license or (2) in respect of which a public announcement is to be made concerning its inner workings, may be licensed and released only upon the prior approval of Legal.
5+
The process for that is to access, complete, and submit this [FORM](https://docs.google.com/forms/d/e/1FAIpQLSe3H6PARLPIkWVjdB_zMvuIuIVtrqNiGlEt1yshkMCmCMirvA/viewform).

Diff for: catalog-info.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# For more information about the available options please visit: http://go/backstage (VPN required)
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
annotations:
6+
github.com/project-slug: Unity-Technologies/UnityDataTools
7+
backstage.io/techdocs-ref: dir:.
8+
name: UnityDataTools
9+
description: "Experimental tools and libraries for reading and analyzing Unity data files."
10+
labels:
11+
costcenter: "1047"
12+
tags:
13+
- planned-public
14+
spec:
15+
type: cli
16+
lifecycle: experimental
17+
owner: unity-technologies/professional-services

Diff for: docs/index.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# TechDocs space for UnityDataTools
2+
3+
!!! note
4+
More information on TechDocs used at Unity can be found [here](https://docs.unityops.net/unity-backstage/users/techdocs/)
5+
6+
### If you are viewing this page in Backstage
7+
8+
To update this file, see `docs/index.md` in your repo.
9+
10+
### If you are viewing this page in GitHub
11+
12+
View this documentation rendered in Backstage [here](https://backstage.corp.unity3d.com/catalog/default/component/UnityDataTools/docs).

Diff for: mkdocs.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# This file was added for Techdocs with Unity Backstage https://docs.unityops.net/unity-backstage/users/techdocs/
2+
# For more information on the configuration below see https://www.mkdocs.org/user-guide/configuration/
3+
site_name: UnityDataTools
4+
repo_url: https://github.com/Unity-Technologies/UnityDataTools
5+
repo_name: GitHub
6+
docs_dir: docs
7+
edit_uri: "edit/main/docs/"
8+
strict: true
9+
plugins:
10+
- techdocs-core
11+
nav:
12+
- Home: "index.md"

0 commit comments

Comments
 (0)