Implement RecentlyOnScope domain digest
This commit is contained in:
parent
0ccbb13892
commit
bb985812e5
15 changed files with 1187 additions and 8 deletions
|
|
@ -21,7 +21,15 @@ export default {
|
|||
{ name: "Overview", path: "/" },
|
||||
{ name: "Capabilities", path: "/capability-requests" },
|
||||
{ name: "Contributions", path: "/contributions" },
|
||||
{ name: "Domains", path: "/domains" },
|
||||
{
|
||||
name: "Domains",
|
||||
path: "/domains",
|
||||
collapsible: true,
|
||||
open: false,
|
||||
pages: [
|
||||
{ name: "RecentlyOnScope", path: "/domains/recently-on-scope" },
|
||||
],
|
||||
},
|
||||
{ name: "Goals", path: "/goals" },
|
||||
{ name: "Inbox", path: "/inbox" },
|
||||
{ name: "Progress", path: "/progress" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue