Skip to content

Commit

Permalink
Merge pull request #62 from FrancisTR/main
Browse files Browse the repository at this point in the history
Added stuff for issue #31 and other small changes
  • Loading branch information
FrancisTR authored Jun 27, 2023
2 parents c853a7f + aa26d83 commit 357ad32
Show file tree
Hide file tree
Showing 14 changed files with 25 additions and 10 deletions.
3 changes: 1 addition & 2 deletions docs/Recipes/full-calendar.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ title: Calendar
parent: Recipes
---


*More details to come!*
*This content is a work in progress. More Information coming soon*
2 changes: 2 additions & 0 deletions docs/advanced-features/Guest-Registrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ parent: Advanced Features
---

# Guest Registration

*This page is still needing some content. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ has_children: true
---


Work in progress more information coming soon!
*This content is a work in progress. More information coming soon!*
2 changes: 1 addition & 1 deletion docs/advanced-features/custom-templates.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Custom Templates
parent: Advanced Features
---
**In Progress**
*This content is a work in progress. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*


# Custom Templates
Expand Down
4 changes: 2 additions & 2 deletions docs/getting-involved/developer-contribution/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ nav_order: 3
has_children: true
---

# Developer Contributions
*This page is still needing some content. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*

Getting involved section description here
# Developer Contributions
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ grand_parent: Getting Involved
nav_order: 1
---

*This page is still needing some content. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*

# Placeholder page for 1st page in this section

This is just a sample page to demonstrate what the child meta-data will look like
Expand Down
1 change: 1 addition & 0 deletions docs/getting-involved/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ has_children: true

# Getting Involved

We are glad that you are interested in Summit Events! Here are some resources for you to get involved!
1 change: 1 addition & 0 deletions docs/getting-involved/page-1-placeholder.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Page Placeholder
parent: Getting Involved
nav_order:
---
*This page is still needing some content. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*

# Placeholder page for 1st page in this section

Expand Down
2 changes: 2 additions & 0 deletions docs/getting-involved/presentations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 1
has_children: true
---

*This page is still needing some content. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*

# Getting Involved

Getting involved section description here
2 changes: 2 additions & 0 deletions docs/getting-involved/presentations/page-1-placeholder.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ grand_parent: Getting Involved
nav_order: 1
---

*This page is still needing some content. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*

# Placeholder page for 1st page in this section

This is just a sample page to demonstrate what the child meta-data will look like
Expand Down
4 changes: 3 additions & 1 deletion docs/getting-involved/sprints/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ nav_order: 2
has_children: true
---

*This content is a work in progress. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*

# Sprints

Getting involved section description here
Here are the list of Virtual Sprints hosted for Summit Events. Check it out below!
2 changes: 1 addition & 1 deletion docs/project-info/Contributing-to-Summit-Events.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ has_children: true

# Contributing to Summit Events

There are multiple way to contribute to the Summit Events App! Below outlines application development for feature development and bug/issue resolution. If you're intereated in contributing towards documentation, project management, community support or other ways, comment at the bottom of the page and someone will follow up with you!
There are multiple way to contribute to the Summit Events App! Below outlines application development for feature development and bug/issue resolution. If you're interested in contributing towards documentation, project management, community support or other ways, comment at the bottom of the page and someone will follow up with you!

## Getting Setup to Contribute
**Please read carefully to ensure any contributions made to the Summit Events Repo happens smoothly and as quickly as possible**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ parent: Process and Repo Definitions
grand_parent: Project Info
---

# Standing Agenda Items for Monthly Meetings
# Standing Agenda Items for Monthly Meetings:
- Review what's new in the Main Repo and Assign Testing/Tasks
- Review what's in the development pipeline, reviewing open branches and submitted issues
- Review Documentation needs
Expand Down
6 changes: 5 additions & 1 deletion docs/standard-features/calendar-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ title: Calendar Management
parent: Standard Features

---

*This content is a work in progress. If you're interested in contributing to the Summit Events App and want to help provide support by reviewing or adding to this page, comment below and let us know!*

## Calendar Management

Once Summit Events is installed many organizations want to display their event calendar on their website so the public can see the events they are offering. Here is an example of what the event calendar looks like on a web page - you can accomplish the same thing by following the instructions below.
Salesforce Administrator Steps:
1. Create a CORS record in Salesforce. This allows the calendar code to run in the web browser to communicate with Salesforce on your web domain.
Expand All @@ -17,4 +22,3 @@ Salesforce Administrator Steps:



*This page is still needing some content. If you're interested in contributing to the Summit Events App and want to help provide support by creating this page, comment below and let us know!*

0 comments on commit 357ad32

Please sign in to comment.