Skip to content

Commit

Permalink
start on Cogent Apps docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 18, 2024
1 parent fe82163 commit 7abec61
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/docs.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// Copyright 2024 Cogent Core. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// Command docs provides documentation of the Cogent apps,
// hosted at https://cogentcore.org/cogent.
package main

import "cogentcore.org/core/core"

func main() {
b := core.NewBody("Cogent Apps").AddTitle("Cogent Apps")
b.RunMainWindow()
}

0 comments on commit 7abec61

Please sign in to comment.