Skip to content
This repository was archived by the owner on Mar 11, 2021. It is now read-only.

Commit 659791b

Browse files
clburlisonjoeblau
authored andcommitted
Fix submenus (#3)
* fix: Add theme as submodule * fix: Add basic git ignore * fix: Patch the nav view for nested submenus
1 parent 11fe53b commit 659791b

13 files changed

Lines changed: 27 additions & 16 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
public/*

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/hugo-material-docs"]
2+
path = themes/hugo-material-docs
3+
url = https://github.com/digitalcraftsman/hugo-material-docs.git
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ url: dep/connect-to-micromdm
44
menu:
55
main:
66
parent: DEP
7-
identifier: "Connect MicroMDM with DEP"
8-
weight: 20
97
---
108

119
To connect MicroMDM with DEP, you'll need to create a new virtual server in the DEP portal, and import the necessary credentials to micromdm:
@@ -60,4 +58,4 @@ Wrote DEP token JSON to: /path/to/stoken.json
6058
The DEP API is documented by Apple [here](https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/MobileDeviceManagementProtocolRef/4-Profile_Management/ProfileManagement.html#//apple_ref/doc/uid/TP40017387-CH7-SW68) and there are several DEP libraries:
6159

6260
- Go: https://github.com/micromdm/dep
63-
- Python: https://github.com/bruienne/depy
61+
- Python: https://github.com/bruienne/depy

content/dep/generate-certificates/index.md renamed to content/dep/02-generate-certificates.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ url: dep/generate-certificates
44
menu:
55
main:
66
parent: DEP
7-
identifier: "Generating MicroMDM DEP Certificates"
8-
weight: 10
97
---
108

119
**mdmctl** is utility that helps obtain a MDM Push Certificate using the Apple Developer MDM CSR option in the enterprise developer portal.
@@ -138,4 +136,4 @@ Here is a listing of all the files in the `mdm-certificates` folder:
138136

139137
## Good to Know
140138

141-
**MDM CSR**: you only get 2 per developer account. You actually only need 1, and can spin up instances of MicroMDM off of that vendor cert.
139+
**MDM CSR**: you only get 2 per developer account. You actually only need 1, and can spin up instances of MicroMDM off of that vendor cert.
File renamed without changes.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ url: rfcs/admin-experience
44
menu:
55
main:
66
parent: "RFCs"
7-
identifier: "MDM and the Admin Experience"
8-
weight: 10
97
---
108

119
_For now this is just a bunch of ideas, if you just looking what this project is, don't take the following as a bill of functionalities. It's just brainstorming on ideal admin UX_
@@ -160,4 +158,4 @@ If payload is conflicting (same original target, no the same group tree branch,
160158

161159
If merge precedence is the same, both profiles are pushed and a warning is issued.
162160

163-
When automatic override rules remove a profile from the push list, a notice is issued explaining why it has been ignored and in benefit of what.
161+
When automatic override rules remove a profile from the push list, a notice is issued explaining why it has been ignored and in benefit of what.
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ url: rfcs/user-management
44
menu:
55
main:
66
parent: "RFCs"
7-
identifier: "User management in MDM"
8-
weight: 20
97
---
108

119
_For now this is just a bunch of ideas, if you just looking what this project is, don't take the following as a bill of functionalities. It's just brainstorming_
@@ -83,4 +81,4 @@ The system takes care for the MDM to associate new info to the right user profil
8381

8482
MDM workflow can of course be assigned to a user or a group. But it might also need to be assigned to a search. So smart groups are needed.
8583

86-
For example, IT might want to push VPN profile to all users with apple-keyword LDAP field set to VPN value.
84+
For example, IT might want to push VPN profile to all users with apple-keyword LDAP field set to VPN value.
File renamed without changes.

0 commit comments

Comments
 (0)